Click to See Complete Forum and Search --> : Running EXE file via NetWork ???


erezrave
April 21st, 2003, 03:02 PM
Hello...

I am trying to run as exe with

Shell (ExePath ... )

the ExePath is a network place (a different computer).
the exe is running but it's running on the main computer..

If you know how to define VB.NET on which "machine" to run the exe, please tell me.

Thank you all.

coolbiz
April 21st, 2003, 10:21 PM
So you have COMPUTER A and COMPUTER B and you want to run APP A on COMPUTER B from COMPUTER A?

The only way that I know of is to use either SCHEDULER or some kind of REMOTE SHELL (RSH, TELNET) application.

-Cool Bizs