PDA

View Full Version : index directory



VM0824
07-09-2005, 01:58 AM
how can i get an index of a directory, its subdirectories, and the files in them

Snee
07-09-2005, 02:01 AM
What do you need it for?

If you are going to send it to someone or so you can always create a checksum for it :unsure:

VM0824
07-09-2005, 02:11 AM
i just want to make a list of files and directories they're in

Ariel_001
07-09-2005, 03:37 AM
i just want to make a list of files and directories they're in


In the command prompt:


dir /b /s >list.txt

ObiWan
07-09-2005, 11:31 AM
you could also use

tree /f /a >list.txt

VM0824
07-09-2005, 04:29 PM
wow that tree thing is really awesome...thx much