Is there a method to name an environment variable dynamically using another environment variable in a batch file?
Something like
numplayers=3 char%numpla
It's quite straightforward:
SET numplayers=3 SET char%numplayers%atk=12 ECHO %char3atk%