Is there any a way to restart application with cmdline? January 23, 2023, 08:19:19 AM Hi Splitcam Community,While splitcam working with my rtsp stream frozen sometimes, when i click the application it gives this screen; (SplitCam exception, Splitcam is already running.)I do not want to close application and open again, is there any way to restart splitcam application whitout giving above exception using with command line switches? For example; "C:\Program Files\SplitCam\10\splitcam.exe" /restartThank you in advice,Bulent Last Edit: January 23, 2023, 09:37:06 AM by bulentperktas
Re: Is there any a way to restart application with cmdline? Reply #1 – January 24, 2023, 04:27:46 AM You could use taskkill to stop the running splitcam Instance:Code: [Select]taskkill /IM splitcam.exe