Vista computers:
http://technet.microsoft.com/en-us/library/bb727037.aspx
XPs:
http://compnetworking.about.com/od/windowsxpnetworking/ht/sharewinxpfiles.htm
sharing knowledge on open source software development, data mining and analysis, BI, virtualization and system administration
Friday, January 2, 2009
How to fake a drive by using folders
from:
http://www.chami.com/tips/windows/010197W.html
Creating logical drives on the fly
For example, to create an alias called D for your C drive, run following command from the "Command Prompt" (or the "DOS Prompt"):
SUBST D: C:\
To create a logical drive called E, that points to your C:\WORK directory:
SUBST E: C:\WORK
To delete the aliases or logical drives that you create using SUBST command, run SUBST with the drive name to delete and the parameter "/D"
SUBST D: /D
SUBST E: /D
Subscribe to:
Posts (Atom)