Skip to content

Instantly share code, notes, and snippets.

@avataru
Created November 14, 2014 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avataru/3dd94ed0bbf4e640f7d7 to your computer and use it in GitHub Desktop.
Save avataru/3dd94ed0bbf4e640f7d7 to your computer and use it in GitHub Desktop.
List sub-folders in location
ECHO OFF
CLS
SET /P D=Choose the folder (ex.: g:\my folder):
ECHO.
DIR "%D%" /A:D-H-S /B /O:N > %USERPROFILE%\Desktop\Folders.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment