FinalBuilder6.exe command line variables

I'm running the FinalBuilder6 IDE from the following command line:

FinalBuilder6.exe /vTEST=Release -r -z E:\CommandLineTest.fbz6

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!

Thanks

CommandLineTest.fbz6 (2.398 KB)

Hi Paul,

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.

Regards,
Paul.

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?

Regards,

PaulS

Variables.jpg

Hi Paul

It should work as expected, I just tested this here on my home pc with FB 6.2

If your variable is set to be a Macro then setting it from the command line will not work as macro’s cannot be set from the command line.