diff --git a/Start.bat b/Start.bat index 4cc857c49..e2c33fb7c 100644 --- a/Start.bat +++ b/Start.bat @@ -1,3 +1,5 @@ +pushd %~dp0 call npm install node server.js -pause \ No newline at end of file +pause +popd \ No newline at end of file