Anyone know a program to list *all* files on your system?

Prodigy^

Diamond Member
Oct 10, 1999
4,044
1
0
I was wondering if there was a simple program that could list all files and folders on your system, and print it to a txt file for example.

thanks :)

This is the place to discuss the latest computer hardware issues and technology. Please keep the discussion ON TOPIC, and covering computer hardware ONLY.


AnandTech Moderator

 

Tol

Senior member
May 12, 2000
285
0
0
Try going to the command prompt (Start->Run->"command"), goto the root ("cd\"), at the c:>, type "dir /a /s > text.txt"

That should get you a nice list for that drive...you'd have to do it for each drive letter.