/* ** EXPORTS A PICTURE FROM PictureManager into SuperView ** ** (c) 1995 J. Schaefer / A. Kleinert - ALL RIGHTS RESERVED ** ** ** ** NOTE: If you write your own AREXX-script to export pictures from ** Picture Manager Professional to any programs, ** change the path and filename of the file to process ** to PicManFile (see below, CASE SENSITIVE!!!) ** ** Read the PictureManager manual for more information ** ** ** /* Load the Picture */ ADDRESS 'SuperView.rx' "OPEN_GUI" SVCommand = "LOAD=" || PicManFile address 'SuperView.rx' SVCommand EXIT