Hi,
I need to set the following variable in the Environment Variables field:
SET CL=/DPRODUCTION /DVERSION#\"3.0.0\"
But I simple can't! I already tried set:
CL="/DVERSION#\"3.0.0\"" or
CL=/DVERSION#\"3.0.0\" or
CL="/DVERSION#"3.0.0"" or
Is there any workaround or fix to set this variable as I need?
Thank you.
Can you try:
CL='/DPRODUCTION /DVERSION#\"3.0.0\"'
I assume you want to keep the backslashes as a part of the variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.