home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t222 / 1.img / DEMO-BAT.ZIP / YESTRDAY.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-04  |  224 b   |  11 lines

  1. @echo off
  2. cls
  3. echo This is a listing of files created or modified yesterday.
  4. echo Press a key when ready...
  5. pause>nul
  6. echo on
  7. ffg *:* /d1T /p
  8. @echo off
  9. echo Done.  Press any key for next demonstration...
  10. pause>nul
  11.