Viewing and Printing all subdirectories

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Is there a way in "My Computer" to open and view all
folders, sub-folders and all the contents of the
subfolders, and then print it out?
 
Open a CMD window

at the prompt:
type: cd c:\
then
dir /s/c > c:\list.dir

Then, use WordPad and view/edit/print the file c:\list.dir

Y.
 
he said in "My Computer" :)

Yves Leclerc said:
Open a CMD window

at the prompt:
type: cd c:\
then
dir /s/c > c:\list.dir

Then, use WordPad and view/edit/print the file c:\list.dir

Y.
 
I'm not sure of an exact 3rd party program that does that, I know they
exist.
I remember zdir used to do that for dos.
 
There is a very useful program called rjh extensions that will allow you
to print out the contents of a directory plus all the info regarding
files. My copy works on Win 95, Win98 and XP!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top