forked from jasder/antlr
7 lines
139 B
Batchfile
7 lines
139 B
Batchfile
|
@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" %*
|