DOpusRT: Start Script Add-in via command line

Hello,

is it possible to start a Script Add-in with DOpusRT and a command line?

Many thanks and greetings
opusfreak

Yes, scripts can add commands which you can run via DOpusRT /acmd or /cmd the same as internal commands.

Hello Leo,

a small example would be nice! Can I just use the name of the script Add-in? What about the parameters?

Many thanks and greetings
opusfreak

Your script addin needs to provide a script command. If you called that command "Dingsbums" you would run:

/home/dopusrt.exe /acmd Dingsbums [optional parameters for the script command here]