In a cmd.exe script on Windows 7, I want to combine two variables to set a third.
Eg. (which doesn't work)
SET THIRD=%FIRST%%SECOND%
How can I do this ?
Apologies to everyone who even looked at this question. The example above works perfectly and I cannot reproduce the problem I was having. Thanks for pointing out my error.
SETLOCAL ENABLEDELAYEDEXPANSION. stackoverflow.com/questions/4209652/…