This could also be read "Why can't I get the for
command work in my batch file."
When I try using the command:
FOR /F "tokens=1-4 delims=/ " %%a in ('something cool') DO something else cool %%a %%b %%c
It doesn't work! I'm getting:
%%a was unexpected at this time