How to execute a command on a network computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I execute a command line like "copy a.txt b.txt" on a remote
computer.

Is there a way to use "Process.Start()" on a remote computer?

Jacobus Terhorst
 
I assume you've tried the VB FileCopy function, and/or copy
\\server\share\name.txt...

Jeff
 
Back
Top