home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fbmp.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.