I was hoping to be able to use the
tree /F /A > \"desktop\"\\file.txt
command to output only text files. Currently as is, it outputs every
Another simple option: Go to the directory you want to list out, type in CMD so you are already in the right place, then:
tree /a /f>"output.doc"
That will put it into a word doc, easier to edit and format from there.