delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/02/17/16:07:34

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Tue, 17 Feb 2004 16:06:53 -0500 (EST)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: =?iso-8859-1?q?Biju=20G=20C?= <bijumaillist AT yahoo DOT com>
cc: cygwin AT cygwin DOT com
Subject: Re: ssh -X --display localhost:0.0
In-Reply-To: <20040217204938.24303.qmail@web14610.mail.yahoo.com>
Message-ID: <Pine.GSO.4.56.0402171601030.28780@slinky.cs.nyu.edu>
References: <20040217204938 DOT 24303 DOT qmail AT web14610 DOT mail DOT yahoo DOT com>
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.39
Note-from-DJ: This may be spam

On Tue, 17 Feb 2004, Biju G C wrote:

>  --- Igor Pechtchanski <pechtcha<at>cs<dot>nyu<dot>edu> wrote:

Please configure your mailer to not quote raw e-mail addresses in your
replies.  Let's not make the spam harvesters' job any easier.

> > This is a shell programming question (I use the terms "shell" and
> > "programming" loosely, since you're asking about the cmd.exe shell), and
> > as such is off-topic for this list.
> > Since I'm sending this anyway, you *can* do it in bash like this:
> > DISPLAY=localhost:0.0 ssh -X userid AT myserver DOT com
> > I believe "set DISPLAY=localhost:0.0 & ssh -X userid AT myserver DOT com" will do
> > a similar thing in cmd.exe (not quite, but close).
>
> Thanks,
> my actual requirement was to run ssh using ShellExecuteEx
> The above method means i have run an extra "cmd.exe"
> which I wanted to avoid.
>
> Any way ShellExecuteEx with following argument is working
> SHELLEXECUTEINFO.lpFile as "cmd.exe"
> SHELLEXECUTEINFO.lpParameters and as
> "/c set DISPLAY=localhost:0.0 & ssh -X userid AT server"

Getting further and further off-topic...

Just set DISPLAY in your environment (using the Windows' equivalent of
putenv()) before calling ShellExecuteEx()...

Also, why not use CreateProcess() and pass in your environment settings
explicitly?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019