home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / ATTR-HSR.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  267b  |  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.