Re: starting application

2006-07-10 Thread Dirk Schleicher
Am Fri, 7 Jul 2006 11:29:10 +0200 schrieb Dirk Schleicher <[EMAIL PROTECTED]>: > I like to have a icon on my desktop to start an application without to > starting a xshell and then type in the program name. I modify the startxwin.bat line %RUN% xterm -e /usr/bin/bash -l to %RUN% C:\cygwin\usr\loc

Re: starting application

2006-07-07 Thread Corinna Vinschen
On Jul 7 11:29, Dirk Schleicher wrote: > Hello, > > I like to have a icon on my desktop to start an application without to > starting a xshell and then type in the program name. > If this possible? I use google but I could not find something. > > Thanks > > BR > > Dirk > > PS: I there a Germa

starting application

2006-07-07 Thread Dirk Schleicher
Hello, I like to have a icon on my desktop to start an application without to starting a xshell and then type in the program name. If this possible? I use google but I could not find something. Thanks BR Dirk PS: I there a German ML or forum existent for cygwin? -- Unsubscribe info: http

Terminating spawned cygwin programs from the starting application

2002-11-12 Thread Mihai Daniel Stanescu
Hi I am kinda new in cygwin and i need some help. What i do now. I have a win32 application. In that i am launching using CreateProcess, ssh. Also i intercept stdin, stdout and stderr using pipes. What i want to do: At a certain point in time i want to terminate the ssh process i launched The p