home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t222 / 1.img / DEMO-BAT.ZIP / LABORDAY.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-10-12  |  354 b   |  14 lines

  1. @echo off
  2. cls
  3. echo This is a listing of files created/modified on Labor Day.
  4. echo this month.  Press any key to begin searching...
  5. pause>nul
  6. echo.
  7. echo The full spelling of "Monday" is not necessary.  "Mo" would suffice:
  8. echo.
  9. echo on
  10. ffg *:* /dMonday /d9/1/*-9/7/* /p
  11. @echo off
  12. echo Done.  Press any key for next demonstration...
  13. pause>nul
  14.