Changeset 391 for python/trunk/Lib/idlelib/idle.bat
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/idlelib/idle.bat
r2 r391 1 1 @echo off 2 rem Working IDLE bat for Windows - uses start instead of absolute pathname 3 start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9 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 TracChangeset
for help on using the changeset viewer.