home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Misc / HTL-PMP4.LZX / Rexx1 / ImageMaster_EXPORT.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-10-26  |  487 b   |  21 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into ImageMaster
  3. **
  4. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  5. **
  6. **
  7. **
  8. ** NOTE: If you write your own AREXX-script to export pictures from
  9. **       Picture Manager Professional to any programs,
  10. **       change the path and filename of the file to process
  11. **       to PicManFile (see below, CASE SENSITIVE!!!)
  12. **
  13. **       Read the PictureManager manual for more information
  14. **
  15. */
  16.  
  17. ADDRESS "IM_Port"
  18. SETCURRENT ''
  19. LOAD PicManFile
  20. EXIT 0
  21.