Command Line Interface

I use Netcam Studio for some home automation tasks. It would be awesome if I could control your software using command line parameters. Specifically, I would like to be able to Start and Stop the Server from the command line.

Hi! At the moment there’s no CLI, but to start/stop server you can use NetcamStudio Service
to start - “net start NetcamStudioSvc” or “net start NetcamStudioSvc64” (depends on installed service architecture)
to stop “net stop NetcamStudioSvc”