I have a user variable called TEST, and some actions use this variable. The value of TEST isn't being set. Other command line switches (/n, /o, etc.) work as expected.
Having searched the forums up and down with no others finding similar problems, I must be doing something wrong, or not doing something!
The attached project does not have a variable named ‘TEST’ defined, unless %TEST% is an environment variable you’ll need to define the variable in your project before it can be set from the command line.
OK - from your reply, I appear to be fundamentally misunderstanding "Variables"!
I've attached a screenshot of the previously attached project showing a User variable called TEST - this is the variable I want to set via the command line.
Where & how do I add variables that can be set from the command line?