home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / physco.zip / LINKUP.CMD < prev    next >
OS/2 REXX Batch file  |  1992-07-01  |  148b  |  4 lines

  1. rem This program handles linking using the options recommended in the
  2. rem IBM Developer's Toolkit
  3. link386 /a:4 /base:65536 /exepack %1,,nul,,%1
  4.