RE: Can't call expect from a Cygwin shell script.

2010-01-14 Thread Damo, David
ur help, David -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Jeremy Bopp Sent: Thursday, January 14, 2010 9:08 AM To: cygwin@cygwin.com Subject: Re: Can't call expect from a Cygwin shell script. Damo, David wrote: > No errors. :( Just does

RE: Can't call expect from a Cygwin shell script.

2010-01-14 Thread Damo, David
Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Jeremy Bopp Sent: Thursday, January 14, 2010 9:08 AM To: cygwin@cygwin.com Subject: Re: Can't call expect from a Cygwin shell script. Damo, David wrote: > No errors. :( Just does not run from the shell scr

Re: Can't call expect from a Cygwin shell script.

2010-01-14 Thread Jeremy Bopp
Damo, David wrote: > No errors. :( Just does not run from the shell script when called from the > JSP, however the script works when called from command prompt. This same > configuration works in UNIX. We need to call expect from the shell script > through the JSP to capture the output. Perhaps

RE: Can't call expect from a Cygwin shell script.

2010-01-14 Thread Damo, David
- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Jeremy Bopp Sent: Thursday, January 14, 2010 8:49 AM To: cygwin@cygwin.com Subject: Re: Can't call expect from a Cygwin shell script. Damo, David wrote: > Hi, > > I am trying to use Cygwin to launch expect

Re: Can't call expect from a Cygwin shell script.

2010-01-14 Thread Jeremy Bopp
Damo, David wrote: > Hi, > > I am trying to use Cygwin to launch expect from a simple shell script. In my > case I am launching the shell script from a JSP, and the shell script gets > called properly, however I can do everything from the shell script but call > expect. For example touch ls, pw

Can't call expect from a Cygwin shell script.

2010-01-14 Thread Damo, David
Hi, I am trying to use Cygwin to launch expect from a simple shell script. In my case I am launching the shell script from a JSP, and the shell script gets called properly, however I can do everything from the shell script but call expect. For example touch ls, pwd, cd, echo all work, but expec