Mart�n De Marchi <[EMAIL PROTECTED]> writes:
> Can I launch the remote program from a cygwin shell (cygwin.bat)
> or a dos shell (not a XWindows session, startxwin.bat) ?
> I try it in both ways and the message "program: cannot connect to X sever"
> is showed...
> There is any way for configure the X and launch the remote programs from
> a dos shell?
You should set DISPLAY environemnt variable to correct value, e.g.
set DISPLAY=127.0.0.1:0.0 (in cmd.exe) or
export DISPLAY=127.0.0.1:0.0 (in cygwin shell)
--
With regards, Roman.