Hi,
I hope this is a good forum to post this in. If not, please point me in the right direction.
I am trying to create a batch file using DOS only that concatenates two variables as in:
string1=WRK
string2=bo01
string3=string1 + string2
The result should be string3 = WRKbo01.
Is there any way to do this using only DOS commands?
TIA
J
I hope this is a good forum to post this in. If not, please point me in the right direction.
I am trying to create a batch file using DOS only that concatenates two variables as in:
string1=WRK
string2=bo01
string3=string1 + string2
The result should be string3 = WRKbo01.
Is there any way to do this using only DOS commands?
TIA
J