Jump to content

Creating Logical Drives On The Fly


angadsingh007

Recommended Posts

Creating logical drives on the fly

If you have very deep directories (directories with many sub directories inside sub directories), you may find it easier to create a logical drive that points to the directory you want to work in. On the other hand, you may want to simply create aliases to existing drives for those programs looking for a particular drive. Whichever the reason you want to create a logical drive, you can do so using the SUBST command.

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

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...