]> granicus.if.org Git - python/commitdiff
Get rid of hardcoded Python path (can't guess where the user installed
authorTim Peters <tim.peters@gmail.com>
Sat, 10 Mar 2001 21:48:24 +0000 (21:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 10 Mar 2001 21:48:24 +0000 (21:48 +0000)
IDLE, and it likely changes across releases anyway).

Tools/idle/idle.bat

index cd465e34cbc7c5f1bacfee950d87e4b17d41c80a..9024d02e0debf2410f851a0a6c8a0932cb668e1b 100644 (file)
@@ -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