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???
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???
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.