home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
126
/
POCK30.ZIP
/
BROWSE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-05
|
465b
|
14 lines
echo off
if "%1"=="/?" goto usage
d /Q(//rs-f %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:usage
echo Browse current/specified subdirectories for all or specfied filespecs
echo analysing all subdirectories found
echo usage: BROWSE p1 p2 p3..
echo e.g. BROWSE /T "Browse files modified today"
echo BROWSE *.C /- DEMO* "Browse *.C files, but ignoring DEMO*"
echo BROWSE C: D: *.BAK "Browse drives C: and D: for *.BAK files"
:exit