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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top