home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / YEAR-NN.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  311b  |  14 lines

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