Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
January 8, 2000
A. To access files on other machines, you can use the Uniform Naming Convention (UNC—e.g., \server nameshare namedirfile). 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
... g:dirfile.txt
net use g: /d
You May Also Like