printing issues

  • Thread starter Thread starter Hollie
  • Start date Start date
H

Hollie

I want to print a list of all the folders on one of my
hardrives. I don't need whats in the folders, just a list
of the folder names on that drive. But even when I try to
copy it to a word processor it won't let me print. It
will only let me print what's in the folders. Please help.
thanks
 
Hollie said:
*I want to print a list of all the folders on one of my
hardrives. I don't need whats in the folders, just a list
of the folder names on that drive. But even when I try to
copy it to a word processor it won't let me print. It
will only let me print what's in the folders. Please help.
thanks *

Hollie,

2000 has a "tree" option that you can use in the command line tha
works great for this.

go start/run type "cmd" ... navigate to the proper place. then typ
tree /a > folderList.txt this will create a text file with the folde
layout.

You can use tree /f /a > folderList.txt if you would like to see th
files in the folders


-
sHastasuck
 
I went to the right drive by typing R: then I typed what
you said but the cursor just went down to the next line
and just blinked. No list came up or anything. What am I
still doing wrong?
 
you can drop to a dos window and type the following command
dir > lpt1 this will do a directory tree dump directly to
the printer port.
 
Back
Top