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 | ||||
Kurt B. Kaiser | dfbe159 | 2011-05-14 17:20:09 -0400 | [diff] [blame^] | 4 | start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 |