Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Telnet Connectmanual

Status
Not open for further replies.

techgump

Technical User
Apr 23, 2003
3
US
Is there a command for connecting a telnet session manually. The help files suggest the following code would work:

connectmanual telnet 255.255.255.255

But it dosen't. Any ideas?
 
Try using a script of this form, it worked for me:

proc main
connectmanual telnet "255.255.255.255"
while $DIALING
yield
endwhile
endproc

aspect@aspectscripting.com
 
Thanks, works great. I wasn't treating it as a string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top