diff --git a/run-api-windows.bat b/run-api-windows.bat index f2bfec7..ec6d8dd 100644 --- a/run-api-windows.bat +++ b/run-api-windows.bat @@ -1,4 +1,4 @@ @REM start the web-api on port 9000 npm run api "iexplore.exe" "http://localhost:9000/" -pause +pause \ No newline at end of file diff --git a/run-bot-windows.bat b/run-bot-windows.bat index 1efdfac..68a8d5e 100644 --- a/run-bot-windows.bat +++ b/run-bot-windows.bat @@ -1,3 +1,3 @@ @REM Run server Localhost npm run boot -pause +pause \ No newline at end of file diff --git a/run-install-windows.bat b/run-install-windows.bat index 3fa6f1e..a523355 100644 --- a/run-install-windows.bat +++ b/run-install-windows.bat @@ -1,4 +1,4 @@ @REM CMDLINE install set LIBPROTOBUF=%CD%\protobuf npm install node-protobuf && npm install -pause +pause \ No newline at end of file diff --git a/run-update-windows.bat b/run-update-windows.bat index be673c0..4dba78b 100644 --- a/run-update-windows.bat +++ b/run-update-windows.bat @@ -1,3 +1,3 @@ @REM CMDLINE POGOserver updater npm run update -pause +pause \ No newline at end of file