I use XP Internet Explorer 7 and am trying to reorganize the structure of a very large a number of folders, many with a large number of subfolders. It would be a big help if I could print out the folder structure (not the folder contents). How can I do that?
Hello, this is support forum for Windows Live Writer...
Run command line (Start > Run > cmd) and type command "tree" (without qoutes) or "tree > list.txt" and print this file or "dir /d /s > list.txt" or labore with commande "xcopy" and redir to file by ">"... switch /? will help you.