home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / APS_v1.0 / Rexx / Assemble.rexx next >
OS/2 REXX Batch file  |  1990-12-04  |  187b  |  7 lines

  1. /* Aztec C Assemble */
  2.  
  3. 'Save'            /* Save File first */
  4. ADDRESS 'APSRexx' /* Set host port address  */
  5. 'Assemble'        /* Send Assemble command using preset filename */
  6. exit 
  7.