From an NT shell script, I need to be able to tell if the target path is on a local drive (like C:\ or D:\) or on a remote/mapped drive (either \\UNC\path or mapped drive letter like Z:)… Any suggestions?
From an NT shell script, I need to be able to tell if the
Share
On my system where z: is a mapped drive I get:
Note: Will probably fail on UNC symlinks on NT6+