merge
[cython.git] / bin / cython.bat
1 @REM Start cython from windows commandline as "cython", not "cython.py".\r
2 @REM This is especially useful for windows power shell, as no extra window\r
3 @REM is used.\r
4 \r
5 @echo OFF\r
6 python -c "from Cython.Compiler.Main import main; main(command_line = 1)" %*\r