A Alan T Jan 22, 2008 #1 To refer a remote machine folder: \\John\c:\temp\myDoc.doc What is this convention called?
N Noozer Jan 22, 2008 #2 Alan T said: To refer a remote machine folder: \\John\c:\temp\myDoc.doc What is this convention called? Click to expand... Broken... You can't put a colon in there.
Alan T said: To refer a remote machine folder: \\John\c:\temp\myDoc.doc What is this convention called? Click to expand... Broken... You can't put a colon in there.
A Alan T Jan 23, 2008 #4 Thanks John. As Noozer said I should have no ':', is that it should be \\John\c\temp\myDoc.doc I wonder.
Thanks John. As Noozer said I should have no ':', is that it should be \\John\c\temp\myDoc.doc I wonder.
N Noozer Jan 23, 2008 #5 Alan T said: Thanks John. As Noozer said I should have no ':', is that it should be \\John\c\temp\myDoc.doc I wonder. Click to expand... \\PCName\ShareName If you share your C:\My Documents\Music as "Moosic" then it's "\\PCName\Moosic" If you share your C: drive as "C" then it's "\\PCName\C" and \\PCName\C\My Documents\Music
Alan T said: Thanks John. As Noozer said I should have no ':', is that it should be \\John\c\temp\myDoc.doc I wonder. Click to expand... \\PCName\ShareName If you share your C:\My Documents\Music as "Moosic" then it's "\\PCName\Moosic" If you share your C: drive as "C" then it's "\\PCName\C" and \\PCName\C\My Documents\Music
J John John Jan 23, 2008 #6 \\Server-Name\Share-Name\Directory-Name\Filename.ext You don't put drive letters or colons in UNC paths, unless, as Noozer said, the drive letter is actually used as a Share Name. John
\\Server-Name\Share-Name\Directory-Name\Filename.ext You don't put drive letters or colons in UNC paths, unless, as Noozer said, the drive letter is actually used as a Share Name. John
A Alan T Jan 23, 2008 #7 So that means the client machine needs to have mapped drive of the destination folder?
J John John Jan 23, 2008 #8 I don't understand your question. You can access the files using both methods, you will still use UNC path when you map the drive: NET USE x: \\ComputerName\ShareName\Directory\SubDir /PERSISTENT:YES|No John
I don't understand your question. You can access the files using both methods, you will still use UNC path when you map the drive: NET USE x: \\ComputerName\ShareName\Directory\SubDir /PERSISTENT:YES|No John