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
Simpler.
You just need to export your result like this: tree /a /f >"toto.rtf"
tree /a /f >"toto.rtf"
Then you open the file with Word and choose MS DOS convert.
MS DOS