I'm making a bat file which add/load/rename savegame slots, and I had problem with some variables, the first variable is savegame number, the second variable is the name of the savegame, here is the code I've tried:
@echo off
set savename2=FortySeven
set nb=2
echo %savename%nb%%
pause
The result I have got is nb%