Quantcast
Channel: Security Camera King - All Forums
Viewing all articles
Browse latest Browse all 2202

Jose Malave on Sibell-NVMS won't auto start with Windows 10

$
0
0

That is a better solution. Keep in mind that (goto:eof) will retain the error level, I would use (exit /b 0) to exit out of the script and bring back the error level back to default. 

tasklist|find /i “Sibell-NVMS.exe” >NUL
if errorlevel 1 (start “” “C:\Program Files (x86)\Sibell-NVMS\Sibell-NVMS.exe”)
exit /b 0

Viewing all articles
Browse latest Browse all 2202

Trending Articles