Thanks Roman! Other question...
There is any way to hide de X window ? That is, I want launch the remote program from a dos command line (cmd.exe) via ssh and I want see only the windows of this program and not the X main window... Can I make this? Thanks for the help! Mart�n. Roman Belenov wrote: > 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.
