/ Published in: DOS Batch
This quick command let you create a simple file list of all directories using 'dir' command. You can change filename.txt to any name you like. You can even add more options to dir command, and make your file log perfect! :)
Expand |
Embed | Plain Text
dir /s > filename.txt
You need to login to post a comment.
