...
Add dynamic Launch parameters to your project by adding “?exeLunchArgs=” after the URL and then the parameter you want, ex -Project=TestProject
...
Tip |
---|
Info |
---|
Notice the space in between these two variables: "-id=4 -var2=666" If you paste this URL into the browser then the browser will transform all spaces into %20 . So the final URL will become like this: |
...