IF EXIST ..\Temp\UpdateService.exe ( SC stop UpdateService :pause tasklist | find /i "sc.exe" >nul if not %errorlevel%==1 goto :pause move ..\Temp\UpdateService.exe ..\Tools\Update SC start UpdateService ) ELSE ( echo filename. missing. )
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)