I think you want to use the "tree" command. Set the working directory to where you want to begin making the tree. At a command prompt, type:
tree /F /A > filelist.txt The /F will cause the files to be listed. The /A will make it ASCII in the tree branches, which works better for text. I still find use for this command when I need to send a file structure description to somebody. :-) Steve
