home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Each of the following demonstrations may involve lengthy disk searches.
- echo At any time during the search, you can interrupt it by pressing the ESC
- echo key. Also, the entire demo can be terminated by pressing CONTROL-C (^C)
- echo at one of the pause points.
- echo.
- echo Press any key to begin the demonstrations...
- pause>nul
- call rundemos call
- :: Files w/in last 10 minutes
- call recent *: 10
- :: 1992 and 1980 files:
- call year-nn 92
- call year-nn 80
- :: Files before/after specified dates:
- call since 5/1/93
- call before 12/31/80
- :: 1992 Tax files:
- call taxyearn 92
- :: DDD
- :: CLEANUP
- :: DELALL
- :: DELBAK
- cls
- echo That is the end of the demonstration. The demos can be run individually
- echo by running the appropriate batch file.
-