home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / YEAR-NN.BAT < prev    next >
DOS Batch File  |  1993-10-12  |  350b  |  15 lines

  1. @echo off
  2. cls
  3. if %1.==. goto USAGE
  4.   echo Here is a listing of files created/modified during '%1.
  5. ::Same as:  ffg /p *:* /d1/1/%1-12/31/%1
  6.             ffg /p *:* /d%1
  7.   goto END
  8. :USAGE
  9.   echo USAGE:
  10.   echo          %0 YY          where YY is a two digit year
  11. :END
  12. @echo off
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.