LandyMan
Honorary Master
Hi all,
I (ok, my wife) want to print a directory (folder for the younger folk) and all its subdirectories (subfolders). Now the piping of a dir command to a text file works like a charm -
but I am looking for a program/utility to install so my wife can do it directly either from Windows Explorer or from the installed program.
I have found quite a few while googling, but is there a specific one you guys can recommend?
EDIT: And while we're at it, is it possible to select a bunch of e-mails in MS Outlook, and save all the attachments at once? If not, is there anything available to do it?
EDIT 2: For my first question, you can do this: http://support.microsoft.com/?kbid=321379
Thanks
I (ok, my wife) want to print a directory (folder for the younger folk) and all its subdirectories (subfolders). Now the piping of a dir command to a text file works like a charm -
Code:
dir /A:D /S /B > dirlist.txt
I have found quite a few while googling, but is there a specific one you guys can recommend?
EDIT: And while we're at it, is it possible to select a bunch of e-mails in MS Outlook, and save all the attachments at once? If not, is there anything available to do it?
EDIT 2: For my first question, you can do this: http://support.microsoft.com/?kbid=321379
Thanks
Last edited: