Mounting a folder as a drive in Windows using Command Prompt
It happens many times that we want to access a folder very often. It can be sometimes very irritating when it is deeply embedded such as “C:\wamp\www\wi\admin\images\Theme”. Well, there is a solution using the command prompt. Just fire up your command prompt by typing “cmd.exe” in the RUN box. Type SUBST W: "folder path" where W: is any unused drive letter on your system, and "folder path" is replaced by the path you’d like to access. In this case, it is "C:\wamp\www\wi\admin\images\Theme".


