TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Moustafa Safwat
NA
1
2k
I face a problem with writing on telnet process
Dec 11 2010 3:37 AM
Hi Guys,
Actually, I've been started a telnet process and passed the Arguments to it.
every thing is OK till now, I connect and prompt to enter the username.
what should I use to write?, as I tried StreamWriter and StandardInput but didn't sucess.
public void TelnetProcess()
{
Process p = new Process();
p.StartInfo.FileName = "telnet.exe";
p.StartInfo.Arguments = "192.168.1.254 23";
p.StartInfo.UseShellExecute = false;
p.Start();
}
Thank you for help
Reply
Answers (
1
)
serial number for c# software
Events (not too sure how to word it sorry) ?