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

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