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