home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 5
/
cd.iso
/
games
/
dominus
/
cleanup.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-07
|
162b
|
7 lines
@echo off
copy main.bat x.swp > nul
copy main.bat x.tmp > nul
erase main.bat
erase *.swp
erase *.tmp