mirror of https://github.com/acidanthera/audk.git
4 lines
119 B
Batchfile
4 lines
119 B
Batchfile
|
@setlocal
|
||
|
@set ToolName=%~n0%
|
||
|
@%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
|