source: python/trunk/Lib/idlelib/idle.bat@ 393

Last change on this file since 393 was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 173 bytes
Line 
1@echo off
2rem Start IDLE using the appropriate Python interpreter
3set CURRDIR=%~dp0
4start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracBrowser for help on using the repository browser.