home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / ALLHDDRV.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  347b  |  13 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of all files on hard drives.  Logical alias drives, such as
  4. echo DOS SUBSTITUTE drives are not searched to avoid redundant reports of the same
  5. echo files.
  6. echo Press any key to begin searching...
  7. pause >nul
  8. echo on
  9. ffg /p *:*
  10. @echo off
  11. echo Done.  Press any key for next demonstration...
  12. pause>nul
  13.