hello all,
still evaluating the program (x64) on Windows 7 Ultimate.
This simple fragment causes a problem:
if %PROCESSOR_ARCHITECTURE% equ "x86" (
set programdir=%programfiles%
) else (
set programdir=%programfiles(x86)%
)
If TCMD.ini doesn't contain the CMDVariables=Yes option the programdir variable is evaluated incorrectly. If the option is present, programdir evaluates correctly but I'm not able to see variable values in the watch window.
How to resolve?
Salvatore
P.S.: I had to edit this post eight times to be able to insert all text... :-)
still evaluating the program (x64) on Windows 7 Ultimate.
This simple fragment causes a problem:
if %PROCESSOR_ARCHITECTURE% equ "x86" (
set programdir=%programfiles%
) else (
set programdir=%programfiles(x86)%
)
If TCMD.ini doesn't contain the CMDVariables=Yes option the programdir variable is evaluated incorrectly. If the option is present, programdir evaluates correctly but I'm not able to see variable values in the watch window.
How to resolve?
Salvatore
P.S.: I had to edit this post eight times to be able to insert all text... :-)