home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Here is a listing of files modified/created after TODAY.
- echo.
- echo (There shouldn't be any of these, unless someone has deliberately set the
- echo date ahead.)
- echo.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /p *:* /dT1-
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-