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

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