Jun 9, 2005 #1 smithcza Programmer Jan 7, 2005 80 ZA Hi How can I get a full directory list of a specific directory (Fully expanded), preferably into a txt file or something that I can store electronically. Regards, Christiaan SmithcZA
Hi How can I get a full directory list of a specific directory (Fully expanded), preferably into a txt file or something that I can store electronically. Regards, Christiaan SmithcZA
Jun 9, 2005 1 #2 bcastner IS-IT--Management Aug 13, 2002 29,271 US This can print or create a .txt file: http://www.karenware.com/powertools/ptdirprn.asp Upvote 0 Downvote
Jun 10, 2005 #3 jcrater Programmer Jul 17, 2002 87 US at the system prompt: DIR c:\my folder > dirlist.txt there are several switches you can use with the DIR command to control the format of the output. Upvote 0 Downvote
at the system prompt: DIR c:\my folder > dirlist.txt there are several switches you can use with the DIR command to control the format of the output.
Jun 10, 2005 #4 bcastner IS-IT--Management Aug 13, 2002 29,271 US He wanted a complete listing of subfolders, with filenames. Upvote 0 Downvote