Concate String in Batch File

  • Thread starter Thread starter sbubendorf
  • Start date Start date
S

sbubendorf

I have two variables (parsed substrings)which I need to
combine. fldrnameA=9 fldrnameB=999 fldrname=9999
Can anyone tell me how to combine the two into one using
a batch file? THANK YOU !!!
 
I have two variables (parsed substrings)which I need to
combine. fldrnameA=9 fldrnameB=999 fldrname=9999
Can anyone tell me how to combine the two into one using
a batch file? THANK YOU !!!

Hi

set fldrname=%fldrnameA%%fldrnameB%
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top