home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / APS_v1.0 / Rexx / Make.rexx < prev   
OS/2 REXX Batch file  |  1990-12-04  |  115b  |  6 lines

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