Get rid of hardcoded Python path (can't guess where the user installed

IDLE, and it likely changes across releases anyway).
This commit is contained in:
Tim Peters 2001-03-10 21:48:24 +00:00
parent 45bbda2593
commit 401396fc60
1 changed files with 1 additions and 1 deletions

View 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