Command syntax for network path

  • Thread starter Thread starter Knack
  • Start date Start date
K

Knack

I want to run an executable that's stored on the local machine for doing an
operation on a remote machine. How do I express the complete path, to
include the computername with the drive and folders?
 
Knack said:
I want to run an executable that's stored on the local machine for doing an
operation on a remote machine. How do I express the complete path, to
include the computername with the drive and folders?

Hi

To access "c:\some folder\some file" on the remote computer, you can use the
admin share, like this:

"\\computername\c$\some folder\some file"

If this is not in a domain environment, but a workgroup, you might need to
adjust the ForceGuest registry value (as long as it is WinXP Pro)

WinXP in a workgroup setting defaults to authenticate all connections coming
from "the network" as the Guest User.

More about this here:
http://groups.google.com/[email protected]
 

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