On Jun 27, 2004, at 9:47 PM, Gardner, Joseph A wrote:

I'd like to make a simple telnet application that can emulate the functions in the Windows DOS command interface,

You can make a simple telnet server using the sockets capability. See commands 'accept', 'close socket', 'read from socket', 'read to socket' and so on.


(Strictly, telnet involves some capability to set up character sets and other things, but you can reasonably assume ASCII.)

For executing the commands, look at the shell() function.

You can also make your telnet client with Revolution.

Dar Scott


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to