home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Batch file used to remove old initializer from the ADS libraries
-
- if not exist ads.lib goto help1
- echo removing initl386 and dosl386 from ads.lib library...
- 386lib ads.lib -d initl386 dosl386
- goto end
- :help1
- echo copy ADS.LIB to this directory prior to executing
- :end
-