Execute a program

  • Thread starter Thread starter Ronan
  • Start date Start date
R

Ronan

Hi everybody!!!
Does anybody knows how can I run a ".EXE" or ".VBS" program remotely in the
same or diferents domains using VB.net?

Thanks in advance!!!
Ronan
 
* "Ronan said:
Does anybody knows how can I run a ".EXE" or ".VBS" program remotely in the
same or diferents domains using VB.net?

'Shell' or 'System.Diagnostics.Process.Start'.
 
Cool!!!
Thanks Herfried!!!

Do you know how can I execute that process from one machine in another one?
For example:
I´m executing a ".exe" file in a machine A, and from the machine A I
call another ".exe" file in machine B.

Thanks again!!!
Ronan
 
Back
Top