home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 13
/
CD_ASCQ_13_0494.iso
/
maj
/
2033
/
q.bat
< prev
next >
Wrap
DOS Batch File
|
1994-03-26
|
541b
|
21 lines
echo off
if "%1"=="/?" goto usage
d /I[cd $w][?Choose a DIR: (Current $l$r$B)//(($3#. $14f?][echo No DIRs!]JDQR. %1 %2 %3 %4 %5 %6 %7 %8 %9
if NOT errorlevel 1 goto exit
:REP
d /I[cd $w][?Choose a SUBDIR: (Current $l$r$B)//(($3#. $14f?]DQR.
if errorlevel 1 goto REP
goto exit
:usage
echo.
echo Quick directory select
echo USAGE: Q p1 p2 p2 ..pn
echo Where "p1 p2..pn" are extra options, for example:
echo.
echo Q "Choose a directory to enter"
echo Q /T F* "As above, created today, starting with an F"
echo.
:exit