home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
share
/
dostool
/
pock51
/
DELBUT.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
|
1997-07-26
|
222 b
|
11 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /IFzz- %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:usage
echo Delete all files except those matching specified filespecs.
echo usage: DELBUT f1 f2 f3..
:exit