home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet File Formats
/
InternetFileFormatsCD.bin
/
text
/
postscri
/
windows
/
gscript
/
rm.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
|
1992-01-26
|
104 b
|
10 lines
@echo off
:next
if '%1'=='' goto exit
if '%1'=='-f' goto sh
erase %1
:sh
shift
goto next
:exit