Telnet Automation
-
Monday, February 18, 2013 2:32 PM
Hi
Im trying to automate a telnet script.Im using vb.net , with system.net.sockets to connect to telnet server. Need to pass in the username, password and some commands. I get a funny error saying "system.net[]".
- Changed Type Bill_StewartMicrosoft Community Contributor, Moderator Monday, February 18, 2013 3:06 PM
All Replies
-
Monday, February 18, 2013 2:35 PM
-
Monday, February 18, 2013 3:12 PMModerator
The makeuseof link suggests to use the WshShell object's SendKeys method, which for various reasons is unreliable and not recommended for production quality scripts.
If you're asking how to write a program using System.Net.Sockets using VB.NET, then you're asking your question in the wrong forum. This is a scripting forum.
Bill
- Proposed As Answer by Thomas LeeMVP, Moderator Monday, February 18, 2013 5:10 PM
- Marked As Answer by IamMredMicrosoft Employee, Owner Tuesday, March 05, 2013 4:03 AM
-
Tuesday, February 19, 2013 7:46 AMThank you Blindrood,AbqBill is there any forum you recommend
Blindrood
SII Poland
MCC
4,200 Points 14 3 0Recent AchievementsForums Answerer III Forums Replies III Forums Replies II.It did .
ds
-
Tuesday, February 19, 2013 3:22 PMModerator
- Marked As Answer by IamMredMicrosoft Employee, Owner Tuesday, March 05, 2013 4:02 AM

