Re: "no such file or directory" using 'spawn' on EXPECT

2001-12-28 Thread Larry Hall (RFK Partners, Inc)
At 11:12 AM 12/28/2001, ROHIT X SINGH wrote: > > Perhaps the output of 'cygcheck -s -r -v' would be of some help (and > > maybe not! ;-) ) > > >Thanks Larry, > >I have found something which may be able to pinpoint the source of the >error: However, I'm not competent enough to judge what's wrong!

Re: "no such file or directory" using 'spawn' on EXPECT

2001-12-28 Thread ROHIT X SINGH
> Perhaps the output of 'cygcheck -s -r -v' would be of some help (and > maybe not! ;-) ) Thanks Larry, I have found something which may be able to pinpoint the source of the error: However, I'm not competent enough to judge what's wrong! Perhaps, you or someone in the group will be able to he

Re: "no such file or directory" using 'spawn' on EXPECT

2001-12-28 Thread Larry Hall (RFK Partners, Inc)
At 10:41 AM 12/28/2001, ROHIT X SINGH wrote: >Hi, > >I have installed cygwin(with expect package) on a number of Windows 2000 >systems, and on all the systems EXCEPT ONE, I am able to spawn "cmd.exe" >using the following command: > >C:\>expect >expect1.1> spawn "C:\\winnt\\system32\\cmd.exe" /c e

"no such file or directory" using 'spawn' on EXPECT

2001-12-28 Thread ROHIT X SINGH
Hi, I have installed cygwin(with expect package) on a number of Windows 2000 systems, and on all the systems EXCEPT ONE, I am able to spawn "cmd.exe" using the following command: C:\>expect expect1.1> spawn "C:\\winnt\\system32\\cmd.exe" /c echo PLEASEECHO spawn C:\winnt\system32\cmd.exe /c ech