Link to home
Start Free TrialLog in
Avatar of Karls
Karls

asked on

Executing program across network

Hi Guys,

I am writing a program to manage several scripts that I run on several differnt windows boxes.

Is it possible to execute something on another machine.  I.E from server A I want to execute a program on server B.  

I know I could simply call soon.exe from within the program but would prefer it done internally.

thanks
ASKER CERTIFIED SOLUTION
Avatar of G00fy
G00fy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Karls
Karls

ASKER

My first thoughts were to create a small listening app that waited for a request and then ran it but that would mean having to install stuff on server b to start with.  
There must be a way to do it becuase I have seen several products do it.  I.E Hyena remotely installs VNC onto another machine and then runs it.  
I have domain admin rights to the network I am working in so permissions won't be an issue.