[Python-checkins] CVS: python/dist/src/Tools/idle idle.bat,1.2,1.3

Tim Peters tim_one@usw-pr-cvs1.sourceforge.net
Sat, 10 Mar 2001 13:48:26 -0800


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv619/python/dist/src/tools/idle

Modified Files:
	idle.bat 
Log Message:
Get rid of hardcoded Python path (can't guess where the user installed
IDLE, and it likely changes across releases anyway).


Index: idle.bat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/idle.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** idle.bat	2000/04/06 20:09:17	1.2
--- idle.bat	2001/03/10 21:48:24	1.3
***************
*** 1,3 ****
  rem idle.bat
  
! "C:\Python16\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
--- 1,3 ----
  rem idle.bat
  
! start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9