Start on program launch or with hotkey

Hi, is there a way to make the current session file in "load" start when the OSC launcher program is started on windows? I need the session to load automatically when booting windows, and also need it to be able to be reset/loaded remotely which i will achieve using methods external to OSC.

thanks
Josh

1 Like

You can launch o-s-c from a terminal and specify the server's options directly, this will bypass the launcher; the startup script could like that:

cd path\to\open-stage-control
open-stage-control.exe -- --load path\to\session.json
1 Like

fantastic, thanks!