home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / GOBAT.ZIP / GODOC.BAT < prev    next >
DOS Batch File  |  1993-08-05  |  231b  |  7 lines

  1. @echo off
  2.   if %1.==. goto USAGE
  3.   echo Searching for "%1"...
  4.   ffg /qmfs /e!LIST%%_%%N e:\doc\*%1* %2 %3 %4 %5 %6 %7 %8 %9 /x*.[exe,com,zip,arc,lzh,dll]
  5.   if errorlevel 0 if not errorlevel 1 echo Could not find "%1".
  6. :USAGE
  7.