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

  1. @echo off
  2. cls
  3. echo Here is a listing of files having the HIDDEN, SYSTEM and READ-ONLY attributes
  4. echo set.
  5. echo Press any key to begin searching...
  6. pause >nul
  7. echo on
  8. ffg /p *:* /ahsr
  9. @echo off
  10. echo Done.  Press any key for next demonstration...
  11. pause>nul
  12.