home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if %1.==. goto USAGE
- echo Here is a listing of files created/modified during '%1.
- ::Same as: ffg /p *:* /d1/1/%1-12/31/%1
- ffg /p *:* /d%1
- goto END
- :USAGE
- echo USAGE:
- echo %0 YY where YY is a two digit year
- :END
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-