Quick file and subdirectories report using Dir command


/ Published in: DOS Batch
Save to your folder(s)

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! :)


Copy this code and paste it in your HTML
  1. dir /s > filename.txt

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.