home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 5.ddi / MWHC.005 / 32 < prev    next >
Encoding:
Text File  |  1992-04-15  |  310 b   |  12 lines

  1. @echo off
  2.  
  3. rem Batch file used to remove old initializer from the ADS libraries
  4.  
  5. if not exist ads.lib goto help1
  6.     echo removing initl386 and dosl386 from ads.lib library...
  7.     386lib ads.lib -d initl386 dosl386
  8.     goto end
  9. :help1
  10.     echo copy ADS.LIB to this directory prior to executing
  11. :end
  12.