• marcus@bitzl.com's avatar
    Better cython script for windows · d5a8f001
    marcus@bitzl.com authored
    Starting Cython from Windows PowerShell? with
    
    cython.py <arguments>
    
    yields a new console window with Cython output, which closes immedeately after Cython finished. To get Cython's output one would always have to write something like
    
    python C:\Python25\Scripts\cython.py <arguments>
    
    Therefore, i wrote a simple batch file that does fairly the same as cython.py and allows you to start cython simply via
    
    cython <arguments>
    d5a8f001
cython.bat 256 Bytes