CODE: [Copy to clipboard]@echo off set a=A set a=B&echo %a% pause
CODE: [Copy to clipboard]@echo off set a=A&call echo %%a%% pause