I want to set a variable that uses another variable in its name. I want to do something like:
set a=2
set b=0
set s%a%%b%=Yee
Obviously, this doesn't work, but I want to be able to call the variable by doing:
echo %s20%
So it would echo Yee
. This may be something you can't do, but it would make setting lots of variables much easier.