HI,
I tried to look up in the help manual, but could not find much help.
I have read the path using READ FROM REGISTRY,
Stored that path as %MyInstallPath% (Thanks Lorne, it works).
If my %MyInstallPath% =False, i need to set my %AppDir% to %MyDefaultDir%.
how can i evaluate this expression.
if %MyInstallPath% =False then
%AppDir% to %MyDefaultDir%.
Plese help .
Thanks
I tried to look up in the help manual, but could not find much help.
I have read the path using READ FROM REGISTRY,
Stored that path as %MyInstallPath% (Thanks Lorne, it works).
If my %MyInstallPath% =False, i need to set my %AppDir% to %MyDefaultDir%.
how can i evaluate this expression.
if %MyInstallPath% =False then
%AppDir% to %MyDefaultDir%.
Plese help .
Thanks
Comment