home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / UTIL_BAT.ZIP / GODIR.BAT < prev    next >
DOS Batch File  |  1993-10-31  |  337b  |  13 lines

  1. @echo off
  2. if %1.==. goto USAGE
  3.   echo Searching for directory "%1" to make it the current directory...
  4.   ffg /qm /g %1\ %2 %3 %4 %5 %6 %7 %8 %9
  5.   if errorlevel 0 if not errorlevel 1 echo Could not find "%1".
  6.   goto END
  7. :USAGE
  8.   echo USAGE:
  9.   echo   %0 [d:][NameMask]
  10.   echo.
  11.   echo   Do not use a terminating backslash.
  12. :END
  13.