How can i concatenate 2 strings in a batch file? I have for example "abc" and "def", and i want to turn it in "abcdef". How should I do it?

Note that I really HAVE that quotes in the string, how do I take them off?