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

  1. /*
  2.  *
  3.  * Script name:     SaveDocumentAs.rexx
  4.  * Author:          Franz Hemmer
  5.  * Purpose:         Demonstrate how to save the current document under a different name
  6.  *                  in InterWord.
  7.  * Related Program: InterWord Pro
  8.  * Written:         02.03.93
  9.  *
  10.  */
  11.  
  12. /*--------------------*/
  13. /* Get result in 'rc' */
  14. /*--------------------*/
  15. Options Results
  16.  
  17. /*----------------------------------------------*/
  18. /* Address InterWord port, and execute command. */
  19. /*----------------------------------------------*/
  20. ADDRESS INTERWORD1 SAVE_DOCUMENT_AS
  21.