home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
Strateg
/
CANTON10.ZIP
/
REMOVE.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-10-26
|
50b
|
6 lines
echo off
cd c:
del c:\nnn\*.*
rmdir nnn
exit