This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[1.7] run does not work well


Hello,

I installed cygwin 1.7 and I have problem to use run utility. I have a
windows shell script for launching rxvt with option depending on hosts
:

----
SET DISPLAY=127.0.0.1:0.0

if defined CYGWIN_ROOT goto :OK
set CYGWIN_ROOT=%~dp0
:OK

SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin

SET PATH=%CYGWIN_ROOT%\bin;%PATH%


%RUN% %CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %*
----

If I set RUN to nothing and so run :
bash /usr/local/bin/rxvtwin.sh %*
I have my rxvt windows with my console, that's the good behaviour.

But if I use "run" utility, no windows appears but a process rxvt is
created. I think run hide the console window but also the rxvt window.

I'm open to show you anything you want if you can help me.

Thanks in advance,


--
Florent Fievez

--
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/


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