home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / GOBAT.ZIP / GOCHANGE.BAT next >
DOS Batch File  |  1993-06-26  |  276b  |  11 lines

  1. @echo off
  2. if %3.==. goto USAGE
  3. echo Searching for "%3"...
  4. ffg /qmfs "/eCHANGE %%N %%'%1%%' %%'%2%%'" %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel 0 if not errorlevel 1 echo Could not find "%2".
  6. goto END
  7. :USAGE
  8. echo USAGE:
  9. echo   %0 "fromtext" "totext" FileMask [options]
  10. :END
  11.