home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
mslang
/
vm
/
dellibs.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-12-20
|
149 b
|
6 lines
@echo off
echo Deleting VM Libraries
if exist objs\*.lib del objs\*.lib
for %%i in (dos ems xms) do if exist objs\%%i\*.lib del objs\%%i\*.lib