hey guys.
i'm already really confused ...
i have read very nice tutorial to client - server application.
http://www.codeskipper.com/article/3/
I can understand it well. Now I would like to implement on the server side following feature:

-i send a command from the client: for example ipconfig
-server side recieve this text, recognize it as some command, for example using if() and sends it to the console
-than the stdout output will be send to the client back


I have tried system("ipconfig") - but it still executes command window(under windows xp)
I have tried qprocess ( i guess that is the way) but may be I can just use this class, it doesn't work.

Could anybody help me please with this or give me some idea? May be I did not understood how to use streams or how to send it to the socket or I don't know. I'm really

thank you guys.

i use qt3