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

  1. /* Aztec C Make */
  2.  
  3. ADDRESS 'APSRexx' /* Set host port address */
  4. 'Make' 'main'   /* Send make file main */
  5. exit
  6.