Hi folks, I hope this question belongs here, and that someone can help!
I have the following in a DOS batch file, its an installation script.
It keeps meeting the condition and going to Help, and I don't know why. I am definitely putting in 2 parameters when calling the cmd file, and I've checked that Ecommerce_RootDir environment has a valid value.
Can you please help!
I have the following in a DOS batch file, its an installation script.
Code:
if %1#==?# goto HELP
if %1#==# goto HELP
if %2#==# goto HELP
if %ECOMMERCE_ROOTDIR%#==# goto HELP
Can you please help!