Re: Disabling the timeout in Expect

2009-11-02 Thread lrhorer
Mike Ayers wrote: >> am writing a script which may need to sit and wait for many hours or >> even >> days for a response without timing out. Barring some way to disable >> the timeout, what is the maximum value which can be set for the >> timeout? >> >> >> -- >> To UNSUBSCRIBE, email to debian-

Re: Disabling the timeout in Expect

2009-11-01 Thread Mike Ayers
On Sun, Nov 01, 2009 at 01:25:04AM -0600, lrhorer wrote: > > I've looked through my Expect manual, and browsed the web, but I > cannot > find any reference to disabling the timeout in an Expect script. I am > writing a script which may need to sit and wait for many hours or even > days f

Disabling the timeout in Expect

2009-11-01 Thread lrhorer
I've looked through my Expect manual, and browsed the web, but I cannot find any reference to disabling the timeout in an Expect script. I am writing a script which may need to sit and wait for many hours or even days for a response without timing out. Barring some way to disable the tim