home *** CD-ROM | disk | FTP | other *** search
/ Clickx 96 / Clickx 96.iso / software / tools / tool / xbmc-10.1.exe / system / python / Lib / idlelib / idle.bat < prev    next >
Encoding:
DOS Batch File  |  2011-03-08  |  130 b   |  4 lines

  1. @echo off
  2. rem Working IDLE bat for Windows - uses start instead of absolute pathname
  3. start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
  4.