mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
9 lines
119 B
Batchfile
9 lines
119 B
Batchfile
@setlocal
|
|
|
|
if "%QTOOLS%"=="" (
|
|
set QTOOLS=C:\qp\qtools
|
|
)
|
|
python3 %QTOOLS%\qview\qview.py dpp.py
|
|
|
|
@endlocal
|