1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Merge pull request #381 from boenrobot/noCwdBat

CWD independance
This commit is contained in:
Jeremy Grossmann 2015-12-24 14:56:45 -08:00
commit 38622c4da3

View File

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