home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This is a listing of files created/modified on last Tuesday.
- echo Press any key to begin searching...
- pause>nul
- echo.
- echo The full spelling of "tuesday" is not necessary. "tu" would suffice:
- echo.
- echo on
- ffg *:* /dTuesday /d7t-1t /p
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-