From c6caa580fd9ec7421b10172f6344b332f7057e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?--=3DFurtiF=E2=84=A2=3D--?= Date: Sun, 30 Oct 2016 17:06:24 +0100 Subject: [PATCH] POGOserver - Porting POGOserver to Visual Studio --- run-api-windows.bat | 2 +- run-bot-windows.bat | 2 +- run-install-windows.bat | 2 +- run-update-windows.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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