home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / INTERWORD1.DMS / in.adf / Rexx / Quit.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-03-15  |  464 b   |  20 lines

  1. /*
  2.  *
  3.  * Script name:     Quit.rexx
  4.  * Author:          Franz Hemmer
  5.  * Purpose:         Demonstrate how to quit InterWord.
  6.  * Related Program: InterWord Pro
  7.  * Written:         24.02.93
  8.  *
  9.  */
  10.  
  11. /*--------------------*/
  12. /* Get result in 'rc' */
  13. /*--------------------*/
  14. Options Results
  15.  
  16. /*----------------------------------------------*/
  17. /* Address InterWord port, and execute command. */
  18. /*----------------------------------------------*/
  19. ADDRESS INTERWORD1 QUIT
  20.