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