4 lines
127 B
Batchfile
4 lines
127 B
Batchfile
|
@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
|