mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
11 lines
397 B
Batchfile
11 lines
397 B
Batchfile
chcp 65001
|
|
cd /d %~dp0
|
|
cd ..
|
|
set QPT_COLOR=False
|
|
set QPT_MODE=Run
|
|
cls
|
|
set PYTHONPATH=Python/Lib/site-packages;Python/Lib;Python
|
|
set PATH=Python/Lib/site-package;Python/Lib;Python;%PATH%
|
|
echo off
|
|
"./Python/python.exe" -c "import sys;sys.path.append('./Python');sys.path.append('./Python/Lib');sys.path.append('./Python/Lib/site-packages');sys.path.append('./Python/Scripts');import qpt.run as run"
|