Skip navigation

How do I access files on other machines?

A. To access files on other machines, you can use the Uniform Naming Convention (UNC—e.g., \\server name\share name\dir\file). Alternatively, you can map the drive, use a drive letter to access the file, then unmap the drive. To use this method, enter the following commands.

net use g: \\savilltech\&lt;filetosee&gt;<br>
... g:\dir\file.txt<br>
net use g: /d
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish