home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / APS_v1.0 / Rexx / Compile.rexx < prev    next >
OS/2 REXX Batch file  |  1990-12-04  |  171b  |  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.