3 lines
127 B
Batchfile
Executable file
3 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
|