[Tutor] os.system sending of break signals

Johan Geldenhuys johan at accesstel.co.za
Thu Oct 27 16:29:59 CEST 2005


Hi all,
I send a command to os.system(cmd) and want to send a break signal in 
the same way. Is this possible? The break signal is ctrl c (^c).
I tried this, but it didn't work: os.system('\x03') I think Hex 03 is 
the signal for ctrl c.

Thanks,




More information about the Tutor mailing list