Greetings, Ulli Horlacher!

> On Thu 2018-04-19 (17:28), Brian Inglis wrote:

>> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID

> Ahh... cygstart does the trick! :-)
> I was not aware of this helper program. Good to know!

In this specific case, it is better to use

cmd /C START "" "$( cygpath -ma ".\\setup-${ARCH}.exe" )" -O -s "${MIRROR%%/}/" 
$KEYS "$@" &

So that you detach completely from the cygwin process tree.


-- 
With best regards,
Andrey Repin
Sunday, April 22, 2018 16:43:58

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to