@echo off
setlocal
call %~dp0/setenv.bat
echo Service Stop...
echo nssm stop %NTRI_SERVICE_NAME%
%~dp0/nssm stop %NTRI_SERVICE_NAME%
echo.
pause