10 lines
355 B
Batchfile
10 lines
355 B
Batchfile
echo on
|
|
cd /d %~dp0
|
|
set QPT_COLOR=False
|
|
set QPT_MODE=Debug
|
|
set PYTHONPATH=Python/Lib/site-packages;Python/Lib;Python
|
|
set PATH=Python/Lib/site-package;Python/Lib;Python;%PATH%
|
|
cls
|
|
"./Python/python.exe" -c "import sys;sys.path.append('./Python');sys.path.append('./Python/Lib/site-packages');sys.path.append('./Python/Scripts');import qpt.run as run"
|
|
pause
|