On Wed, 12 Jun 1996, stevem wrote: > Also, while I'm on the subject, has anyone crafted a perl script that > replaces chat, or know where there is one? I tried it and gave up and now > have a hybrid perl/chat script. Pure perl would be preferred.
I use the runscript program that comes with minicom. It has these fairly obvious commands: expect send goto gosub return ! exit print set inc dec if timeout verbose sleep break call call calls another script and ! runs a shell/command. ...RickM...