View Single Post
  #4  
Old 03-16-2006, 07:50 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Right below that in the help is the explanation:

"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 (!)."

Based on the output you got, your script would probably be something like this:

C:\Documents and Settings\username>
dir
C:\Documents and Settings\username>
Reply With Quote