1 2 3 4 5 6 7
@echo off setlocal set BASEDIR=%~dp0 if exist "%BASEDIR%..\share\xmake\xmake.exe" ( "%BASEDIR%..\share\xmake\xmake.exe" %* ) endlocal