Hi all
I have a question where i issue a command on a PABX to find out an IP address on a terminal.
I transmit "pingall -s"
the system outputs
Testing..
HostName IPAddress Status
SERVERNAME 192.168.50.241 Pass
I need the IP address to be captured as a string variable (we shall call the string servip) so i can then issue a command
Transmit "telnet "
transmit servip
transmit "^M"
any help would be appreciated.
Cheers
Andy
I have a question where i issue a command on a PABX to find out an IP address on a terminal.
I transmit "pingall -s"
the system outputs
Testing..
HostName IPAddress Status
SERVERNAME 192.168.50.241 Pass
I need the IP address to be captured as a string variable (we shall call the string servip) so i can then issue a command
Transmit "telnet "
transmit servip
transmit "^M"
any help would be appreciated.
Cheers
Andy