This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Start cygwin program in new window


Hi!

Friday, 10 November, 2000 Andrej Borsenkow Andrej.Borsenkow@mow.siemens.ru wrote:

AB> Is it possible to start a Cygwin program in new window like "start" in
AB> cmd.exe? I mean, when I'm already running Cygwin program like bash. Actually,
AB> two subquestions:

AB> - is there any shell level utility to do it?

bash-2.04$ cmd /c start sh -c du /

works fine for me. is it the thing you wanted?

AB> - is there some API so that I could create my own utility?

CreateProcess ()

see win32 docs for details.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]