home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
UTILS2
/
POCK40.ZIP
/
FD.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-27
|
239b
|
11 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /IWD~[cd $w]Rv %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:usage
echo Search for and enter the 1st subdir matching one of specified filespecs.
echo usage: FD f1 f2 f3..
:exit