I want to call System exe of Client from server.
How to call driverquery.exe of client from server....

server->call driverquery.exe of client->information to server......

No manual execution on client side....
How to do this???

Recommended Answers

All 2 Replies

Something wrong with your other 2 threads?

Show how you've programmed the server and client. That way we can tell you how to implement this code in your existing code.

I feel that for talking between different processes you will need to use CORBA(Common Object Request Broker Architecture). Atleast that's how we do it here, there might be other methods though. So basically what happens is, your servers register with the broker. Client request for the server object from broker. Once the broker returns the server object, the client then makes direct contact with the server. You will have to write CORBA classes for this, stubs and skeletons.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.