This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

Re: How do I start two commands in .bat ?


Wrong list, redirected to cygwin@cygwin.com.

Corinna

On Tue, Jan 14, 2003 at 10:28:11AM +0100, a12 wrote:
> Hello gurus,
> 
> In my ongoing process of starting ssh and vncviewer in one .bat
> file, I have created the following:
> 
> rem @echo off
> chdir C:\cygwin\bin
> bash --login -i -c "ssh -L 5901:derqjzp:5900 -C isoft@derqjzp"
> "/cygdrive/c/program files/realvnc/vncviewer.exe" &
> 
> I enter the isoft's password, and ssh is started.
> vncviewer is not started.
> How do I make vncviewer started ?

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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