This tutorial shows you how to create a new fake drive in My Computer. Here's how you do it:
VIDEO TUTORIAL
First, change the directory to drive C using the command cd c:/
To create, type: subst z: c:\test (your folder name)
To delete, type: subst z: /d
Notes: The delete command only delete the created drive, but not the folder that you make in the C drive. To delete that, just do it manually.



