home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / pcw_c.zip / MSLINK.BAT < prev    next >
DOS Batch File  |  1990-01-16  |  222b  |  14 lines

  1. cls
  2. if '%3' == '' goto two
  3. cl /DMSC /J /AM %1 %2 %3 /link mspcwmm.lib
  4. goto exit
  5. :two
  6. if '%2' == '' goto one
  7. cl /DMSC /J /AM %1 %2 /link mspcwmm.lib
  8. goto exit
  9. :one
  10. cl /DMSC /J /AM %1 /link mspcwmm.lib
  11. :exit
  12.  
  13. 
  14.