Search code examples
windowscmdwindows-shell

How to use windows shell enter a directory with location "\\psf\Home\Documents\"?


I use parallels desktop run a Windows 7 virtual machine. In that Windows, shared files(between virtual machine and real machine) are in a network location, for example, like \\psf\Home\Documents\Visual Studio 2012.

location

文档库 are Chinese characters and they means documents.

location

网络 are Chinese characters and they means network.

I tried so many ways to enter that location but all failed.

cmd

So, could any one please tell me how to do that?


Solution

  • You can use pushd command. It handles creating mapped drive for you. popd will return you back and remove mapped drive.

    pushd \\psf\Home