home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / scripti.lha / 3-DEE / Scripti / Operation / StopADPRO.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1993-05-19  |  504 b   |  17 lines

  1. /*
  2. -----------------------------------------------------------------------------
  3. This program will cause ADPRO to quit.
  4.  
  5. Host Address: ADPro  (Art Department Professional   ®ASDG)
  6. Written by Jan Van Overbeke, 3-DEE, ©1993.
  7. Read the AREXX-Scripti doc, for more info about operation and rights!
  8. -----------------------------------------------------------------------------
  9. */
  10.  
  11. /* ---- The easiest script of them all! ---- */
  12. /* ----------------------------------------- */
  13.  
  14. address 'ADPro'
  15. ADPRO_EXIT
  16. exit
  17.