Telnet Scripting in C# by Tyler Kline which works even better but i am trying to get a telnet seasion to
send multible commands to the telnet seasion likeLogin before i can send admin commandssend(login user pw)once logged in now send admin commandssend(adminsendmsg msg )
with both tylers and my class it never seems to take the second commandwas woundering if someone has a sameple of doing this with tylers class or another option for me to do this?