Re: The Solution to Ctrl-C problems

2007-08-01 Thread Christopher Faylor
On Wed, Aug 01, 2007 at 10:21:48AM -0700, patrickinminneapolis wrote: >This isn't exactly a cygwin fix, but this is what worked for my problem. > >I needed a consoleapp launcher to start up when the machine starts. >Then I use ssh to give consolelauncher arguments of what console app to >launch

The Solution to Ctrl-C problems

2007-08-01 Thread patrickinminneapolis
This isn't exactly a cygwin fix, but this is what worked for my problem. I needed a consoleapp launcher to start up when the machine starts. Then I use ssh to give consolelauncher arguments of what console app to launch Then I use ssh to launch another program I wrote in C# which uses AttachCo