home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This is a listing of files created/modified on a Weekend (Sat-Sun):
- echo Press any key to begin searching...
- pause >nul
- ::
- :: The full spelling of "monday" is not necessary. "mo" would suffice:
- ::
- :: Could use /dSa-Su instead:
- echo on
- ffg *:* /dSaturday,Sunday /p
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-