mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
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:
parent
31046358cc
commit
e5e96ee8b4
@ -1,2 +1,2 @@
|
||||
SET PYTHONPATH=.
|
||||
python.exe gns3server/main.py --debug --local
|
||||
SET PYTHONPATH=%~dp0
|
||||
python.exe %~dp0/gns3server/main.py --debug --local
|
||||
|
Loading…
Reference in New Issue
Block a user