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

  1. /* Aztec C Compile */
  2.  
  3. 'Save'              /* Save file first */
  4. ADDRESS 'APSRexx'   /* Set host port address */
  5. 'Compile' 'Main.c'  /* Send Compile file main.c */
  6. exit
  7.