home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / synworks.lha / SynWorks / rexx / test.rexx
Encoding:
OS/2 REXX Batch file  |  1992-10-27  |  410 b   |  18 lines

  1. /**************************************************/
  2. /*                              */
  3. /* ARexx Script to show SynWorks' AREXX interface */
  4. /*                              */
  5. /**************************************************/
  6.  
  7. options results
  8.  
  9. address "synworks.rexxport"
  10. synworkstofront
  11. version
  12. say result
  13. copyright
  14. say result
  15. message "'SynWorks Amiga - supports more than 50 AREXX commands.'"
  16. message "'Register now !'"
  17. synworkstoback
  18.