xlnt/clean.bat

7 lines
242 B
Batchfile
Raw Normal View History

2015-11-03 03:22:13 +08:00
@echo off
setlocal EnableDelayedExpansion
for /f %%i in ('where python') DO (set PYTHON=%%i) & goto :done1
:done1
@where python3 > nul 2>&1 && for /f %%i in ('@where python3') DO (@set PYTHON=%%i) & goto :done2
:done2
2015-11-11 09:47:07 +08:00
!PYTHON! configure clean