From b2f83771b2bc4f5a3301c7778712a5c8db72115a Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Thu, 29 Jul 2021 15:28:10 +0200 Subject: [PATCH] Adding start command --- 00-start-all-services.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00-start-all-services.bat b/00-start-all-services.bat index e551bb7..06aabfb 100644 --- a/00-start-all-services.bat +++ b/00-start-all-services.bat @@ -5,14 +5,14 @@ if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) %@Try% @REM Uninstall IO-Server - node .\dist\lib\cli\ioServerService.js -m restart + node .\dist\lib\cli\ioServerService.js -m start %@EndTry% :@Catch echo restarted IO-Server :@EndCatch @REM Uninstall all Services -for /f "delims=" %%a in ('dir /s /o /b *02-restart.bat') do ( +for /f "delims=" %%a in ('dir /s /o /b *01-start.bat') do ( echo %%a call %%a ) \ No newline at end of file