home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: Quit.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to quit InterWord.
- * Related Program: InterWord Pro
- * Written: 24.02.93
- *
- */
-
- /*--------------------*/
- /* Get result in 'rc' */
- /*--------------------*/
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterWord port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERWORD1 QUIT
-