Thanks.
I'll take a look at the ideas behind the opensource project tonight.
I don't see it being too too complicated (of course, i shouldn't count
my eggs).
The point, really, where I am having problems is this:
telnet command( "open" ) >> .net parser ( "something new").
I mean, a telnet command can be turned into a string, right?
So, if somebody remotely telnets to my computer and then
types some commands, I should be able to use TcpListener
to catch those commands and manipulate them, right?
The point where I am having problems is reading the bytestream
and translating that into a string.
Does anybody out there have some initial ideas?