Skip to content

Instantly share code, notes, and snippets.

@dylan-k
Created September 1, 2013 01:36
Show Gist options
  • Save dylan-k/6401789 to your computer and use it in GitHub Desktop.
Save dylan-k/6401789 to your computer and use it in GitHub Desktop.
use windows command prompt to generate a list of filenames
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