Even though Vista is the OS of the new millennium, I still use DOS for a lot of simple tasks.
Like printing out a directory.
From 'Command Prompt' navigate to the parent directory and then type this command:
dir *. > C:\directory.txt
The directory of the sub folders will be put in the text file "Directory.txt" and you can pull that file up in Wordpad or Notepad and print it.
Be sure and leave the space, both before and after the
*.
or the command won't work.
I use that technique for many things, like getting a list of the switches for a command, like:
xcopy /? > c:\xcopyswitches.txt
Then you just pull up the text file in wordpad and print it out.
DOS is alive and well in Vista.
Cheers mate!
The Doctor
