From 401396fc60fd28bf7166020f03f8c6223ca99d3a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 10 Mar 2001 21:48:24 +0000 Subject: [PATCH] Get rid of hardcoded Python path (can't guess where the user installed IDLE, and it likely changes across releases anyway). --- Tools/idle/idle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/idle/idle.bat b/Tools/idle/idle.bat index cd465e34cbc..9024d02e0de 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