home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Deleting VM Objects
-
- if exist objs\*.obj del objs\*.obj
- for %%i in (dos ems xms) do if exist objs\%%i\*.obj del objs\%%i\*.obj
-
- if exist objs\*.sbr del objs\*.sbr
- for %%i in (dos ems xms) do if exist objs\%%i\*.sbr del objs\%%i\*.sbr
-
- if exist test\objs\*.obj del test\objs\*.obj
- if exist test\objs\*.exe del test\objs\*.exe
- if exist test\objs\*.map del test\objs\*.map
-