Ever needed to have a driver letter like C:\ or D:\ (say drive Z:\) and when you click on it, it would take you to that really long path that you navigate to, for example (c:\Documents and Settings\You\My Documents\p2p\My Music\Rock\Metallica\First Cd\...). Wow, that one long path. Worry no more. Thanks to the backward compatibility Windows offers to support legacy applications. You've got two ways to do it:
For the sake of completion, I will talk about both.
a) go to [start] - [Run] or use your keyboard and click on [Windows Key] - [R] b) Type cmd c) Type SUBST Z: "c:\Documents and Settings\You\My Documents\p2p\My Music\Rock\Metallica\" d) You should now have an extra drive in your explorer and if you click on it, you will be taken to the Metallica folder. Here is the catch though, the drive you just created will be gone the next time your reboot your computer. You can overcome that using various ways but remember what BrilliantCode is all about, simplicity. If you want to see how to do it, see this link. If you don't and you think its complicated, then go for number 2 (smart decision). |