mirror of
https://github.com/python/cpython.git
synced 2024-11-25 09:39:56 +01:00
4 lines
127 B
Batchfile
Executable File
4 lines
127 B
Batchfile
Executable File
@echo off
|
|
rem Working IDLE bat for Windows - uses start instead of absolute pathname
|
|
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
|