Re: [Windows] Sending CTRL-C event to console application

2007-02-08 Thread Gabriel Genellina
En Thu, 08 Feb 2007 15:54:05 -0300, Daniel Clark <[EMAIL PROTECTED]> escribió: > I have a Windows command line based application that only shuts down > cleanly if it sees "CTRL-C" on the console. I need to automate the > running of this application, but still allow the user sitting at the > mach

[Windows] Sending CTRL-C event to console application

2007-02-08 Thread Daniel Clark
I have a Windows command line based application that only shuts down cleanly if it sees "CTRL-C" on the console. I need to automate the running of this application, but still allow the user sitting at the machine to cancel the process cleanly if he/she needs to. In Unix this would be a tiny shell s