add /D option to FOR command to look for directories instead of files matching the "set" file specifiers e.g. to list all directories: FOR /D %a in (*.*) DO ECHO %a
Recent Commits to freecom:master
-
add /D option to FOR command to look for directories instead of files…
-
use head instead of stack for recursive delete, avoid stack corruptio…
use head instead of stack for recursive delete, avoid stack corruption on really nested directory structure
-
increase size of heap from 6KB to 8KB for build.sh also
increase size of heap from 6KB to 8KB for build.sh also
-
DBCS: handle DBCS for "mkdir /p" and "rmdir /s"
DBCS: handle DBCS for "mkdir /p" and "rmdir /s" (cherry picked from commit b231e93802276bf67357a05a1a191a5696b8df6b)