Hi,
While running some commands on cmd are getting error like
CMD does not support UNC path
UNC is the uniform/universal naming convention .UNC path defines the location for volume,directory or file.
cause:This error may occurs while acessing the remote file
e.g \\ip\sharedata
solution:
1]Either used pushd or popd
2]Add this data in the registry...
;Allow UNC paths at command prompt [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] "DisableUNCCheck"=dword: 00000001
Are you a software engineer?
ReplyDelete