List All of Your Files Hello Sarge, I don't know about listing everything from run, but along the same lines you can type "" to open up your documents window?
If you go into the cmd prompt you type cd C:\ and then type dir c:\ \s /p to list everything on your c drive and all of its' subdirectories one page at a time.
To make a list for printing type:
Windows Vista: dir \s /o >c:\Users\yourusername\Desktop\dir.txt
Earlier versions of Windows: dir /s /o >dir.txt
I'll keep looking and see if I can find anything else.
Regards
Martin
|