Here is a tip which I explored today during my experiments with command prompt. You can create or say map a virtual drive to any directory in Windows Vista. Suppose you may want to create a short mapping for a long path such as D:\Users\s\game\dir1
C:\> SUBST Z: D:\Users\s\game\dir1
C:\> Z:
Z:\> "This is pointing to the above directory"
To remove the mapping, use the following option -
c:\> SUBST Z: /D
This is like mount points in linux/unix which are basically pointers.
June 25, 2009
June 11, 2009
[Windows Tip] Quick launch shortcut keys
I have not checked it on XP machine whether it is working there or not. Please comment your experience on XP for the same command.
Keep on visiting this blog for such tips and random articles on technology. Thanks for your time and I hope it will be helpful in someways for you.
Subscribe to:
Posts (Atom)