1 2 3 4 5 6 7 8 9
@ECHO OFF SET topsrcdir=%~dp0 WHERE /q py IF %ERRORLEVEL% EQU 0 ( py %topsrcdir%mach %* ) ELSE ( python %topsrcdir%mach %* )