home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / MONDAYS.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  322b  |  14 lines

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