SyntaxFix
Write A Post
Hire A Developer
Questions
print all folders name where batch script file is kept
for /d %%d in (*.*) do ( set test=%%d echo !test! ) pause