defiler_z
March 10th, 2004, 03:18 PM
So I'm writing a Telnet Server(under Windows 2003 using VS .NET) and here is my problem: i want when the client connect to the server to execute commands(all commands that appear when you type 'help' in 'cmd.exe'). So how i can execute a command(which the client has typed) on the server and send the results back to the client(for example to execute 'dir' and return to the client all files in the directory). Any advices?