[Python-checkins] CVS: python/dist/src/Tools/idle idle.bat,1.1,1.2
Guido van Rossum
python-dev@python.org
Thu, 6 Apr 2000 16:09:19 -0400 (EDT)
Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle
Modified Files:
idle.bat
Log Message:
Just in case someone wants to use this, let's fix the pathname.
Index: idle.bat
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/idle.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** idle.bat 1999年01月02日 21:28:51 1.1
--- idle.bat 2000年04月06日 20:09:17 1.2
***************
*** 1,3 ****
rem idle.bat
! "C:\Program Files\Python\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
--- 1,3 ----
rem idle.bat
! "C:\Python16\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9