I know there is a command in dos that you could you use to list all files on a hard drive, however I cant remember what to type? I am on Windows 7.
Page 1 of 1
List all files on a hard drive?
#2
Posted 09 February 2012 - 08:13 AM
In the root directory of the hard drive you could try:
dir /s /b >list.txt
This will create a text file containing all the sub-directories and files.
dir /s /b >list.txt
This will create a text file containing all the sub-directories and files.
#3
Posted 09 February 2012 - 03:43 PM
Worth a look, http://www.infonautics.ch/directorylistprint/, click first link on right for freeware.
Louis
Louis
#4
Posted 09 February 2012 - 10:42 PM
Hi -
Bring up an elevated Admin command prompt -
START | type cmd.exe into the start search box | RIGHT-click on cmd.exe | select "Run as Administrator" | paste the following -
It may take several minutes to run. A Notepad will open with the results.
Regards. . .
jcgriff2
Bring up an elevated Admin command prompt -
START | type cmd.exe into the start search box | RIGHT-click on cmd.exe | select "Run as Administrator" | paste the following -
where /r c:\ *.* >0 & start notepad 0
It may take several minutes to run. A Notepad will open with the results.
Regards. . .
jcgriff2
Share this topic:
Page 1 of 1

Help


Back to top









