From 056ccde3db3b939286623fcfaa0f56373541edf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?--=3DFurtiF=E2=84=A2=3D--?= Date: Wed, 26 Oct 2016 13:22:24 +0200 Subject: [PATCH] . --- install-windows.bat | 2 -- run-api-windows.bat | 1 + run-install-windows.bat | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 install-windows.bat create mode 100644 run-install-windows.bat diff --git a/install-windows.bat b/install-windows.bat deleted file mode 100644 index b69e8ac..0000000 --- a/install-windows.bat +++ /dev/null @@ -1,2 +0,0 @@ -set LIBPROTOBUF=%CD%\protobuf -npm install node-protobuf && npm install \ No newline at end of file diff --git a/run-api-windows.bat b/run-api-windows.bat index 8c74a56..6055e80 100644 --- a/run-api-windows.bat +++ b/run-api-windows.bat @@ -1,3 +1,4 @@ REM start the web-api on port 9000 npm run api +"C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://localhost:9000/" pause \ No newline at end of file diff --git a/run-install-windows.bat b/run-install-windows.bat new file mode 100644 index 0000000..21336f5 --- /dev/null +++ b/run-install-windows.bat @@ -0,0 +1,3 @@ +set LIBPROTOBUF=%CD%\protobuf +npm install node-protobuf && npm install +pause \ No newline at end of file