views:

153

answers:

1

I want to create a telnet connection in Delphi that will allow me to connect to the command prompt on my computer.

A: 

If you want a telnet server, Windows XP and newer comes with a telnet service that just needs to be enable and started via the service control manager. It is disabled by default when windows is installed. I recommend against writing your own telnet server unless you really know what you are doing because you are likely to create a lot of security issues.

William Leader