cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
timstspry
Level 7

passing multiple path variables using the -l switch to the Stand Alone Build engine

Hi, I need to pass more than one path variable to the Stand Alone Build engine and can't seem to figure out how to do this? Are they separated with commas, spaces, etc.? I can pass one path variable just fine but when it comes to passing more than one, this is where I get tripped up. My command line would look something like this -l PATH_TO_RELEASE_FILES="C:\MyProject\Release"

How can I include another path variable in the above example?

Thanks in advance!
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

You should be able to use multiple -l command line switch as follows:

-l PathVar1="C:\Foo1" -l PathVar2="C:\Foo2"
0 Kudos
timstspry
Level 7

Thanks! I will give that a try.
😄
0 Kudos