antlr/runtime/Python3/bin/pygrun.bat

7 lines
139 B
Batchfile
Executable File

@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"python.exe" <Script> %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"python.exe" "%~dpn0" %*