Answers for "concatenate strings batch"

2

concatenate strings batch

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

-- output --
Hello and World
Posted by: Guest on October-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language