Skip to main content

Virtual Drive Creator – GUI for SUBST command

The SUBST command for DOS, IBM OS/2 and Microsoft Windows operating systems is a very useful command that allows the creation of virtual drives that maps to a specific folder on the hard disk. In other words, using SUBST you can create a virtual drive that shows up on My Computer or Explorer like any physical drive, but in reality is just a shortcut to a folder on the disk.

For example, to map a folder say C:\Documents\Project to virtual drive X:, one would have to type the following command at the command line.

subst X: C:\Documents\Project

Upon doing this, a new drive called X: would appear under My Computer.

To unmap the drive, type in the following command at the command prompt.

subst  X: /D

But using the command line isn’t the most comfortable of options, particularly for Windows users who grew up using the mouse. The solution comes in the form of Virtual Drive Creator. Virtual Drive Creator provides a frontend for the SUBST command allowing users to easily create or remove virtual drives.

vdc

Unlike placing shortcuts on the desktop, virtual drives allow you to access your special folders from almost anywhere – the Explorer, the address bar and you can even type the drive letter directly to open the mapped folder.

Related: Create custom shell objects on Windows with Shell Object Editor

Comments

Popular posts from this blog

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.