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

  1. echo off
  2. if "%1"=="/?" goto usage
  3. echo Analysing. Please Wait...
  4. d /Q(//rs-f %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo Browse current/specified subdirectories for all or specfied filespecs
  8. echo analysing all subdirectories found
  9. echo usage: BROWSE p1 p2 p3..
  10. echo   e.g. BROWSE /T            "Browse files modified today"
  11. echo        BROWSE *.C /- DEMO*  "Browse *.C files, but ignoring DEMO*"
  12. echo        BROWSE C: D: *.BAK   "Browse drives C: and D: for *.BAK files"        
  13. echo (The user can also perform a fast BROWSE using the command "D /Q")
  14. :exit
  15.  
  16.