Batch string gabungan

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

-- output --
Hello and World
Important Impala