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

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