I am trying to display a list of variables in Batch, however I don't get the variables back. I get the command back but stripped of % and spaces.
echo 1 %11A1% %11B1% %11C1% %11D1% %11E1% %11F1% %11G1% %11H1% %11I1% %11J1%
turns into
1 1A111B111C111D111E111F111G111H111I111J1
I have done variables in other batches and displayed them similarly without problem. Any help is appreciated!
Current code here: http://hastebin.com/sutasipiju.dos