Made the gns3server.bat successfully start the server independent of the CWD at the time of running. It's now relative to the location of the .bat file itself.

This commit is contained in:
Vasil Rangelov 2015-12-24 16:45:02 +02:00
parent 31046358cc
commit e5e96ee8b4

View File

@ -1,2 +1,2 @@
SET PYTHONPATH=. SET PYTHONPATH=%~dp0
python.exe gns3server/main.py --debug --local python.exe %~dp0/gns3server/main.py --debug --local