Printing hard drive contents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several hundred mp3 and DVD titles on my external HDD. Is there a way
to print the contents of the drives to obtain a list of file/folders?
 
GEVan said:
I have several hundred mp3 and DVD titles on my external HDD. Is there a
way
to print the contents of the drives to obtain a list of file/folders?

Here is one option:
- Click Start / Run / cmd {OK}
- Type these commands:
U: {Enter}
tree /F /A > c:\Files.doc {Enter}
c:\Files.doc {Enter}
 
Thank you. Worked Great!

Pegasus said:
Here is one option:
- Click Start / Run / cmd {OK}
- Type these commands:
U: {Enter}
tree /F /A > c:\Files.doc {Enter}
c:\Files.doc {Enter}
 
Back
Top