diff options
Diffstat (limited to 'lib/python2.7/idlelib/idle.bat')
-rw-r--r-- | lib/python2.7/idlelib/idle.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python2.7/idlelib/idle.bat b/lib/python2.7/idlelib/idle.bat new file mode 100644 index 0000000..e77b96e --- /dev/null +++ b/lib/python2.7/idlelib/idle.bat @@ -0,0 +1,4 @@ +@echo off +rem Start IDLE using the appropriate Python interpreter +set CURRDIR=%~dp0 +start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 |