Every so often I want figure out the UNC path to my mapped network drives in Windows. Usually this happens when another user needs to access a file on one of my network drives but doesn’t have it mapped on their login. I always end up googling this and getting a bunch of code-related answers (ie. how to do this in VBScript or .Net). I just wanted a simple way to list them and from looking at the help for the “net” command, nothing popped out at me (except of course for “net share”, but we’ll get to that). It turns out that the way to find them is quite simple.
Read the rest of this entry »