[twsocket] CMD via ICS SslWSocketServer to ICS SslWSocket

2011-01-24 Thread daniel cc
Hello, When the WSocket is connected to the WSocketServer, I know it is possible to send commands to the client socket. Now, I have build a custom CMD with TEdit, TMemo and a button which can input commands into the system CMD.EXE (run commands directly in my application). My question is, is

Re: [twsocket] CMD via ICS SslWSocketServer to ICS SslWSocket

2011-01-24 Thread Francois PIETTE
when the client is connected, I could run the command prompt of the connected client and put commands via my command window behind the WSocketServer. An application based on TWSocketServer can run any other application. Actually, this is not a problem related to ICS, but just plain win32 API