Use the SUBST command to substitute a drive letter for a path in order to treat a virtual drive (a reserved area rather than an actual disk drive) as a physical drive i.e create a new drive for your Favourite Folder in MS-DOS Prompt.
For e.g if you want to create a drive named Z for your Program files folder then u need to enter the following in your DOS mode : -
subst z: "c:\program files"
This will create a drive named Z in your My Computer so that you can directly access your program files contents from this Drive.
You can also create a Separate drive for your separate folder for accessing data easily. For e.g Separate drive for your music folder etc.
For e.g if you want to create a drive named Z for your Program files folder then u need to enter the following in your DOS mode : -
subst z: "c:\program files"
This will create a drive named Z in your My Computer so that you can directly access your program files contents from this Drive.
You can also create a Separate drive for your separate folder for accessing data easily. For e.g Separate drive for your music folder etc.
Comments
Post a Comment
Please avoid link comments