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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.