Newbie with a project

Here is my goal: I wish to write a program to telnet into a box run a few commands and output to a log file. I would eventually like to have a switch board to run multiple commands and have box to input different usernames or passwords. Is C++ the way to go for this project? Im a newbie and this is my first project with more to come in the future. Thanks.
[362 byte] By [RedCamel] at [2007-11-18 20:34:23]
# 1 Re: Newbie with a project
bump...
RedCamel at 2007-11-11 1:12:15 >
# 2 Re: Newbie with a project
You can use any language you like, C++, VB.NET, C#, Java.
What language to chose depends on whether you already know a language. If you already know a programming language, use that one.

If you are going the C++ route, then you should read some documentation around sockets to write network code. Or, you can also use a higher level networking library to handle network connections, for example HawkNL (http://www.hawksoft.com/hawknl/).
Marc G at 2007-11-11 1:13:21 >