Skip to content
Snippets Groups Projects
mach.cmd 139 B
Newer Older
  • Learn to ignore specific revisions
  • 
    WHERE /q py
    IF %ERRORLEVEL% EQU 0 (
      py %topsrcdir%mach %*
    ) ELSE (
      python %topsrcdir%mach %*
    )