How to list all files on all hard drives with output in MS-DOS batch?
- by Leandro
How can I list all files (including system and hidden) on all hard drives (not removable drives)?
I think in something like a:
dir -a -h *.* /s > file.txt
but this is for the specific drive where I'm.
How can I do something like that but with C:, D:, etc,
but I don't know the DOS's name of the drivers, and i need a .bat to do this (an automatic listing). Implementer can't also know the names of drivers.