home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1993-10-31  |  791b  |  28 lines

  1. @echo off
  2. cls
  3. echo Each of the following demonstrations may involve lengthy disk searches.
  4. echo At any time during the search, you can interrupt it by pressing the ESC
  5. echo key.   Also, the entire demo can be terminated by pressing CONTROL-C (^C)
  6. echo at one of the pause points.
  7. echo.
  8. echo Press any key to begin the demonstrations...
  9.   pause>nul
  10.   call rundemos call
  11. :: Files w/in last 10 minutes
  12.   call recent *: 10
  13. :: 1992 and 1980 files:
  14.   call year-nn 92
  15.   call year-nn 80
  16. :: Files before/after specified dates:
  17.   call since  5/1/93
  18.   call before 12/31/80
  19. :: 1992 Tax files:
  20.   call taxyearn 92
  21. :: DDD
  22. :: CLEANUP
  23. :: DELALL
  24. :: DELBAK
  25. cls
  26. echo That is the end of the demonstration.  The demos can be run individually
  27. echo by running the appropriate batch file.
  28.