How to run exe stored on machine A from machine B using VB6?

I'd check out PS Exec from Sysinternals. It does exactly what you want and does not require any VB6 goo, such as DCOM.

Getting the exe to run on machine B would be easy. Presumably you want it to run on machine A. I've never tried it myself, but this sounds like a job for DCOM.

Here's a Microsoft article that walks you through DCOM with VB6. You create an ActiveX exe on machine A, and then VB6 code running on machine B can call into the exe running on machine A. You haven't said what the exe actually needs to do, but presumably you can create one or more methods in a class to do it - whatever it is - and you can pass any necessary information between the machines with the method calls.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions