Hello,
I have an ISP dialer script in which I have to manually enter the username and password. I want to automate this script to automatically accept the username and password. I tried to Google for some tutorial on the Expect command. I found the following link a little useful...
http://www.faqs.org/faqs/unix-faq/fa...section-9.html
However, the script they have given uses the command 'spawn' which is not accepted on my system as a valid command.
If anyone has used Expect before, please help me out. I am on Ubuntu Hoary and have installed Expect using 'apt-get install expect' . Thanks in advance!