home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / TAXYEARN.BAT < prev    next >
DOS Batch File  |  1993-06-25  |  335b  |  16 lines

  1. @echo off
  2. cls
  3. if %1.==. goto USAGE
  4. REM  ffg /p *:*tax*,*tx* /x*txt* /d1/1/%1-12/31/%1
  5.   echo on
  6.   ffg /p *:*t[a,]x* /x*txt* /d1/1/%1-12/31/%1
  7.   echo off
  8.   goto END
  9. :USAGE
  10.   echo USAGE:
  11.   echo        %0 YY          where YY is a two digit year
  12. :END
  13. @echo off
  14. echo Done.  Press any key for next demonstration...
  15. pause>nul
  16.