viewing all folders and files [directory tree], then print to file

B

Brad

I have folder name MUSIC under that folder I have numerous
other subfolders [Artists] and under each subfolder I have
wav files. I want to get a "printed" list of all the
folder names, and filename under each.
 
@

@drian

Brad said:
I have folder name MUSIC under that folder I have numerous
other subfolders [Artists] and under each subfolder I have
wav files. I want to get a "printed" list of all the
folder names, and filename under each.

Easy.

a) Start ---> Run
b) Type CMD and click the OK button
c) Type "TREE /A /F > output.txt", without the quotes and press ENTER

After the few seconds it takes to run, you'll have a nice listing of all
your folders and files in output.txt

@drian.
 

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

Similar Threads


Top