1.

Solve : Setting a variable qual to two other variables?

Answer»

I am trying via a DOS window (XP) to set a third variable equal to two other variables.

example:

Code: [Select]set VAR1=12345
set var2=67890
set VAR3=%var1%%var2%(...and this is where I am having trouble)
ECHO %var3%

results - 1234567890

any clue?

Nevermind! I GOT itwhat do you mean after all?He was asking a question, but then SOLVED it



Discussion

No Comment Found