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

  1. @echo off
  2. cls
  3. echo Here is a listing of files modified/created after TODAY.
  4. echo.
  5. echo (There shouldn't be any of these, unless someone has deliberately set the
  6. echo date ahead.)
  7. echo.
  8. echo Press any key to begin searching...
  9. pause >nul
  10. echo on
  11. ffg /p *:* /dT1-
  12. @echo off
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.