Created
September 1, 2013 01:36
-
-
Save dylan-k/6401789 to your computer and use it in GitHub Desktop.
use windows command prompt to generate a list of filenames
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Drop to DOS prompt (Start->Run; cmd) or shift-rightclick to "open cmd prompt here" | |
2) Change to the directory you wish to get a text-based file listing (via cd commands) | |
3) Run “dir *.* /b >fileListing.txt“ | |
/b puts the directory listing into “Bare Mode”– |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment