Archived from groups: microsoft.public.windowsxp.basics (More info?)
basically he`s being a smartass, saying if you format your C drive, then
there is nothing to organize, all your problems are fixed. Just wish we
could block those types of people, unfortunately there are those out there
that would try to that, fortunately, Windows won`t let you do that.
Jeff
"Lyonstexas" <Lyonstexas@discussions.microsoft.com> wrote in message
news:26C8E7E5-4132-4A87-9082-B376EA72AF56@microsoft.com...
> I'm not very technical but how does formatting the C: drive give me a list
> of
> the files on my drive?
>
> Tim
>
> "Carch" wrote:
>
>> Ok, Here's what you do. Go to start, run, type in cmd. Then type format
>> c:
>> ad you're ready to go. Hope this helped.
>>
>>
>>
However, my guess is you'd prefer a simple way of achieving this and there
are several free utilities that can handle this, just do a search on Google.
Many of them will print and display the full tree with all nested folders.
--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/
"Lyonstexas" <Lyonstexas@discussions.microsoft.com> wrote in message
news:26C8E7E5-4132-4A87-9082-B376EA72AF56@microsoft.com...
> I'm not very technical but how does formatting the C: drive give me a list
> of
> the files on my drive?
>
> Tim
>
Archived from groups: microsoft.public.windowsxp.basics (More info?)
Lyonstexas wrote:
> How do I display and print a complete directory tree with expanded folders
> and showing each file. Just trying to get better organized for 2005.
>
> Tim
From the command prompt (Start > Run > Cmd.exe), simply change to the
desired directory and type "dir > filelist.txt" or "dir > lpt1," just as
you used to do in DOS. Any of the switches for the DIR command (type
"dir /?" ) will work with this command, if you wish to modify the
output. You can then subsequently edit the resulting text file using
NotePad, WordPad, Word, etc.
To print the directory structure, substitute the "Tree" command for the
"Dir" command. "Tree" doesn't have quite as many options (type "Tree
/?" ) as "Dir," but you may find it useful.
I use PF 1.2 and find it to be more than adequate with custom features.
Gord
On Tue, 21 Dec 2004 21:51:00 -0800, "Michael Solomon \(MS-MVP\)"
<user@#notme.com> wrote:
>Good for you, Tim, it doesn't. Ignore Carch or any other name under which
>you see such advice.
>
>You can print a directory tree with a command line, see the following:
>http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/tree.mspx
>
>However, my guess is you'd prefer a simple way of achieving this and there
>are several free utilities that can handle this, just do a search on Google.
>Many of them will print and display the full tree with all nested folders.