home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Bureautique / OpenOffice / Apache_OpenOffice_4.1.1_Win_x86_install_fr.exe / openoffice1.cab / idle.bat < prev    next >
DOS Batch File  |  2014-07-29  |  173b  |  5 lines

  1. @echo off
  2. rem Start IDLE using the appropriate Python interpreter
  3. set CURRDIR=%~dp0
  4. start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  5.