source:
python/vendor/Python-2.7.6/Lib/idlelib/idle.bat
Last change on this file was 388, checked in by , 11 years ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | @echo off |
2 | rem Start IDLE using the appropriate Python interpreter |
3 | set CURRDIR=%~dp0 |
4 | start "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.