From: Tim Peters Date: Sat, 10 Mar 2001 21:48:24 +0000 (+0000) Subject: Get rid of hardcoded Python path (can't guess where the user installed X-Git-Tag: v2.1b2~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=401396fc60fd28bf7166020f03f8c6223ca99d3a;p=thirdparty%2FPython%2Fcpython.git Get rid of hardcoded Python path (can't guess where the user installed IDLE, and it likely changes across releases anyway). --- diff --git a/Tools/idle/idle.bat b/Tools/idle/idle.bat index cd465e34cbc7..9024d02e0deb 100644 --- a/Tools/idle/idle.bat +++ b/Tools/idle/idle.bat @@ -1,3 +1,3 @@ rem idle.bat -"C:\Python16\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 +start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9