home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / vm / strip.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-20  |  232 b   |  15 lines

  1. @echo off
  2. if %1. == . goto usage
  3. lib %1.lib @ems.rsp;
  4. lib %1.lib @xms.rsp;
  5. lib %1.lib @vm.rsp;
  6. goto end
  7. :usage
  8. echo.
  9. echo Please enter the library you wish to strip.
  10. echo.
  11. echo Example:
  12. echo    strip llibce
  13. echo.
  14. :end
  15.