JonathanM
June 18th, 2000, 11:52 PM
Am I doing something wrong or does the order of the environment really matter.
example:
A=%C% (REG_EXPAND_SZ)
B=C:\Temp (REG_SZ)
C=%B%\Test (REG_EXPAND_SZ)
output:
A=%C%
B=C:\Temp
C=C:\Temp\Test
Why doesn't A=C:\Temp\Test?
example:
A=%C% (REG_EXPAND_SZ)
B=C:\Temp (REG_SZ)
C=%B%\Test (REG_EXPAND_SZ)
output:
A=%C%
B=C:\Temp
C=C:\Temp\Test
Why doesn't A=C:\Temp\Test?