David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 1 | @echo off |
Brian Curtin | 44c1db0 | 2010-11-21 23:48:14 +0000 | [diff] [blame^] | 2 | rem Start IDLE using the appropriate Python interpreter |
3 | set CURRDIR=%~dp0 | ||||
4 | start %CURRDIR%..\..\pythonw.exe %CURRDIR%idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9 |