David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 1 | @echo off |
Brian Curtin | 2d011ed | 2010-11-21 23:50:51 +0000 | [diff] [blame] | 2 | rem Start IDLE using the appropriate Python interpreter |
3 | set CURRDIR=%~dp0 | ||||
Kurt B. Kaiser | a539245 | 2011-05-25 22:36:51 -0400 | [diff] [blame] | 4 | start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 |