On Thu, 2009-07-23 at 07:38 -0500, phhs80 wrote: > Dear All, > > When I am running a program under Wine and I press Control-C, the > running program is killed. However, this behavior is not always the > desired one. > A Linux/UNIX program can catch Control-C and take any action it likes, but it must be written to do that. The default action is to terminate the process. What does your program do when its run under Windows and you type Control-C? Martin