View Single Post
Old 11-21-2008, 02:39 PM   #2 (permalink)
jcgriff2
Moderator, Microsoft Support
 
jcgriff2's Avatar
 
Join Date: Sep 2007
Location: Palm Springs, California
Posts: 9,845
OS: Windows 7, Vista Ultimate

My System

Re: How can I see all files and folders on my c:\ drive

Try this -

START | type cmd.exe | right-click on cmd.exe above under Programs | select run as administrator | paste the following into the black cmd/DOS screen (to paste into DOS screen, right-click near the top of DOS screen, select Edit, select Paste)

Code:
dir c:\ /a /s > %temp%\0.txt & start notepad %temp%\0.txt
A note pad will open w/ a very long list. Note that <dir> = folder. It may appear to hang, but it is not. It just takes a few minutes.

Regards. . .

jcgriff2

.
__________________
. . . . . . . .

B
Expecting a reply and waiting > 36 hours ? Send a PM to me containing a link to your thread
My availability will be limited through ~ October 2009
jcgriff2 is online now   Reply With Quote