Hi,
This is probably as basic as it gets,but not being a programmer I am stumped, I searched the web in vain.
I used reflection X ,to create a visual basic macro to connect to a unix box,
The last part of the script reading:
.Transmit "more wls.log | grep error" & CR
What would be the vb code to search for instances of the text "error" in the reflection session and display a msgbox to indicate that the text "error" had been found ?
I apologise if this is trivial but would really appreciate any help.