tree /A | clip
copy the tree structure to the clipboard using only ascii characters
tree /a /f
show all folder and files names tree structure in the console
tree /a /f > dirtree.txt
save the tree structure to a file
Here is the MS reference: tree