home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
printing
/
ghostscrip
/
source
/
specific
/
bat
/
rm
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-25
|
86 b
|
8 lines
echo off
:next
if '%1'=='' goto exit
if not '%1'=='-f' erase %1
shift
goto next
:exit