home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if %1.==. goto USAGE
- echo Here is a listing of files created/modified before %1.
- ffg /p *:* /d-%1
- goto END
- :USAGE
- echo USAGE:
- echo %0 MM/DD/YY where MM/DD/YY is a valid FFG date
- :END
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-