I have a text file that I would like to read in iTest. This file contains a list of telnet commands. For example,
show version
en
password
show clock
show ip traffic
show snmpexit
How can I read this file and parse the output as a list of commands that I can use in a telnet session?