• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@REM Start cython from windows commandline as "cython", not "cython.py".
2@REM This is especially useful for windows power shell, as no extra window
3@REM is used.
4
5@echo OFF
6python -c "from Cython.Compiler.Main import main; main(command_line = 1)" %*
7