Created
November 14, 2014 14:38
-
-
Save avataru/3dd94ed0bbf4e640f7d7 to your computer and use it in GitHub Desktop.
List sub-folders in location
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
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