View Single Post
  #10  
Old 07-26-2007, 03:00 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
Script: A script to execute, with one response match or send string per line (required) in the form:

[!]<initial server string to match>
<send string>
[!]<response string to match>
<send string>
[!]<response string to match>
...

If the response string to match is found anywhere in the server response, the next send string will be sent until the entire script has been performed. If the response string is not found, an error occurs. To perform a negative match (anything except the response string), prefix the response string with an exclamation point (!).

So probably something like

[root@linuxbld3 2.39.0100]#
~/home/player/test.sh
This is a test for Visual Build Pro
Reply With Quote