C:\> cd \\somewhere
'\\somewhere'
CMD does not support UNC paths as current directories.
What I usually do to get around this is to map that directory to a network drive and then I could easily access it from the command prompt.
But is there an easier way on how to get around this?


@kyle: That's actually a valid answer according to my question :) But I want to access it from a command line environment. Will modify my question to make this more clear.
– Andreas Grech May 13 '11 at 12:09