home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / utilities / metaview / arexx-examples / send-to-drawstudio.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2000-06-08  |  183 b   |  9 lines

  1. /* Script to send pictures from MetaView to another aplication
  2. ** Application: DrawStudio
  3. ** Henk Jonas 2.6.00
  4. */
  5. PARSE ARG FILE datei
  6. SAY datei
  7. ADDRESS DRAWSTUDIO
  8. PROJECT_OPEN datei
  9.