Better cython script for windows
authormarcus@bitzl.com <none@none>
Sun, 3 Aug 2008 05:44:42 +0000 (22:44 -0700)
committermarcus@bitzl.com <none@none>
Sun, 3 Aug 2008 05:44:42 +0000 (22:44 -0700)
commitd5a8f0014e61bc34fd5852f86e2f96e4764a619d
treefdb2bd6fb3557eb63ad039089399583cb09af2ce
parent7293bf0ee62b20054a1a5dc5f9e2c0795fd35168
Better cython script for windows

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>
bin/cython.bat [new file with mode: 0644]