Great!
That was it.
I removed the / and left a space i.e. "telnet " & IP_Address
and it works perfectly.
Thanks to all for the help!
skip
User Profile
Collapse
-
Here is what I have based on some guidance from another site.
The field that holds the data I want is called IP_Address.
The goal is to launch telnet, and grab the IP address from the field on the form and append it to the CLI.
If I use stAppName = "telnet" only it launches the telent window as expected.
but using the method below it just flashes the dos screen which indicates to me that the IP_Address info is...Leave a comment:
-
Getting data to the command line
I need to get the value of a field in form to a command line and append it after the telnet command. Is this possible?
For example, the field IP_Address value to be appended to:
telnet "value"
I have created a command button that launches the telenet window but don't know how to extract the data and use it here.
Sorry for the lack of knowledge in this area, I inherited this project.
Thanks in advance for...
No activity results to display
Show More
Leave a comment: