Startup arguments?

Hi, is there a way to control “start in perform mode” with some kind of startup argument?
Also it here a way to specify your own startup arguments and then parse them inside project? I’m currently using an xml file which I parse on startup, works fine, but args would be a cleaner way imo.

You can set environment variables in your startup script before you execute the .exe, which you can then read using var(‘ENV_VAR_NAME’) inside of TD. That’s the best way right now, if you aren’t looking to read a config file such as your XML.

1 Like