1833379 Members
3489 Online
110052 Solutions
New Discussion

Help with expect

 
Andrew Porter_1
Occasional Contributor

Help with expect

We are trying to use vaiables with expect and aren't having much luck..

Any help would be appreciated.
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: Help with expect

Sridhar Bhaskarla
Honored Contributor

Re: Help with expect

Hi,

Can you be more specific?. A small script using a variable is given below.

#!/usr/local/bin/expect --
set host "your_host" #variable
spawn telnet $host
expect "login:"
..
..

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Balaji N
Honored Contributor

Re: Help with expect

could u be a little bit more specific.

Exploring Expect is a fantastic book on expect.

http://www.oreilly.com/catalog/expect/

hth
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.