Angelo Graziosi wrote: > In 'startxwin.bat' I see: > > %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error" > > Shouldn't it be > > %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error &" ?
No, "run" implicitly puts the target in the background, unless you add the '-w' (wait) option. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
