Staging
v0.8.1
Revision 972c9e85bb82289826b99c961689c32bd06a270a authored by Fred Drake on 19 October 2004, 15:40:38 UTC, committed by Fred Drake on 19 October 2004, 15:40:38 UTC
1 parent 20a175a
Raw File
idle.bat
@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
back to top