Re: repost....tuning of "send" output to screen in Expect script
gbarn wrote:
Is there a way to turn off the screen output from the "send" command from
within an Expect script ??
Note: "log_user 0" does NOT turn it off nor does "stty -echo" since that
turns off stdin echoing (ie. keyboard)
I don;t thinks it is send doing that, it is your interact stament
which (see docs) ignores the log_user setting and always logs
to the screen. The thing to make sure is to match everything
in an expect statemtn *before* calling interact.
Bruce
.
Relevant Pages
- Re: 9.0 -- Problem with halt.local
... the script does not execute, ... keyboard on that console freezes. ... Did you check the logs for any clues? ... (alt.os.linux.suse) - repost....tuning of "send" output to screen in Expect script
... Is there a way to turn off the screen output from the "send" command from ... within an Expect script ?? ... turns off stdin echoing (ie. keyboard) ... (comp.lang.tcl) - RE: SP1 Install Errors
... I have received your logs files and emails. ... time difference between us, and as you know, SP1 log is a large file and we ... First attempt at executing script sp1_serv_uni.sql failed; ... Microsoft CSS Online Newsgroup Support ... (microsoft.public.windows.server.sbs) - RE: Domain Startup Scripting
... the following command always works and logs the appropriate info ... above which tells me it is accessing the script, ... could help me with troubleshooting a domain startup script routine. ... @echo off ... (microsoft.public.windows.server.scripting) - Re: Need some problemsolving-cgi/xml
... Did you check the server logs to see what ... Have you tested the script at ... > I get a CGI timeout error. ... How can I combine all these xml files/xsl to ... (comp.lang.perl.misc) |
|