home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This is a listing of files created/modified on Labor Day.
- echo this month. Press any key to begin searching...
- pause>nul
- echo.
- echo The full spelling of "Monday" is not necessary. "Mo" would suffice:
- echo.
- echo on
- ffg *:* /dMonday /d9/1/*-9/7/* /p
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-