A
AAaron123
for /f "delims=" %%a in ('dir /B *.sql') do call :subr "%%a"
In the above, what does "delims=" mean?I understand "delims=/" but not
"delims="Also, can "do" executed two commands?Thanks
In the above, what does "delims=" mean?I understand "delims=/" but not
"delims="Also, can "do" executed two commands?Thanks