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

  1. @echo off
  2. echo Deleting VM Libraries
  3.  
  4. if exist objs\*.lib del objs\*.lib
  5. for %%i in (dos ems xms) do if exist objs\%%i\*.lib del objs\%%i\*.lib
  6.