home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / CanDo / Decks3 / ManxFrontEnd / Rexx / Assemble.rexx next >
Encoding:
OS/2 REXX Batch file  |  1990-11-24  |  187 b   |  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.