Q:

concatenate strings batch

SET a = Hello 
SET b = World 
SET c=%a% and %b% 
echo %c%

-- output --
Hello and World
1
string+"xyz"
0

New to Communities?

Join the community