Re: Expect-ing

1998-05-30 Thread GateKeepeR News
Just tried it, didn't do anything different :( On Sat, 30 May 1998, Marco Shaw wrote: |When you execute the expect script from the command line, write it like |this: | |expect.script 2>&1 /dev/null | |Someone here will correct me if I'm wrong in my syntax! | | |-- | PLEASE read the Red Hat FAQ

Re: Expect-ing

1998-05-30 Thread Marco Shaw
When you execute the expect script from the command line, write it like this: expect.script 2>&1 /dev/null Someone here will correct me if I'm wrong in my syntax! -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /Red

Expect-ing

1998-05-30 Thread GateKeepeR News
I recently setup an expect script, with the help of Mike Lewis :) But, I was curious. When using the script, it shows "spawn telnet blah.vlah.com" and, if I am lagging a lot, it shows the password before even connecting. Is there anyway to hide all of that until I am completely connected? Thanks!