POGOserver - Porting POGOserver to Visual Studio

This commit is contained in:
--=FurtiF™=-- 2016-10-30 17:06:24 +01:00
parent 4fa631a32a
commit c6caa580fd
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@REM start the web-api on port 9000
npm run api
"iexplore.exe" "http://localhost:9000/"
pause
pause

View File

@ -1,3 +1,3 @@
@REM Run server Localhost
npm run boot
pause
pause

View File

@ -1,4 +1,4 @@
@REM CMDLINE install
set LIBPROTOBUF=%CD%\protobuf
npm install node-protobuf && npm install
pause
pause

View File

@ -1,3 +1,3 @@
@REM CMDLINE POGOserver updater
npm run update
pause
pause