home *** CD-ROM | disk | FTP | other *** search
- /*
- ** EXPORTS A PICTURE FROM PictureManager into FinalWriter
- **
- ** (c) 1995 J. Schaefer - 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
- **
- */
-
- ADDRESS "FINALW.1"
- InsertImage PicManFile POSITION 1 1 1 3 3
- Redraw
- EXIT 0
-