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