home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 2033 / q.bat < prev    next >
DOS Batch File  |  1994-06-01  |  541b  |  21 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. 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
  4. if NOT errorlevel 1 goto exit
  5. :REP
  6. d /I[cd $w][?Choose a SUBDIR: (Current $l$r$B)//(($3#. $14f?]DQR.
  7. if errorlevel 1 goto REP
  8. goto exit
  9. :usage
  10. echo.
  11. echo Quick directory select
  12. echo USAGE: Q p1 p2 p2 ..pn
  13. echo Where "p1 p2..pn" are extra options, for example:
  14. echo.
  15. echo  Q     "Choose a directory to enter"
  16. echo  Q /T F*   "As above, created today, starting with an F"
  17. echo.
  18. :exit
  19.  
  20.  
  21.