User Profile

Collapse

Profile Sidebar

Collapse
Skip
Skip
Last Activity: Jan 5 '07, 12:26 AM
Joined: Jan 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Skip
    replied to Getting data to the command line
    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
    See more | Go to post

    Leave a comment:


  • Skip
    replied to Getting data to the command line
    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...
    See more | Go to post

    Leave a comment:


  • Skip
    started a topic Getting data to the command line

    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...
    See more | Go to post
No activity results to display
Show More
Working...