Skip to content

Instantly share code, notes, and snippets.

@royce002
Created March 1, 2018 03:44
Show Gist options
  • Save royce002/d5b48799417692dd6a6a92a655e11ae8 to your computer and use it in GitHub Desktop.
Save royce002/d5b48799417692dd6a6a92a655e11ae8 to your computer and use it in GitHub Desktop.
Windows command to print directory contents showing filenames only
cmd /r dir /b > filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment