So my teachers were all big fans of the Command Prompt and we're always using it, so I got used to it, and now I can't live without it, it's always open, my mouse is just a secondary accessory. So today, I wanted to create a virtual drive and make it so that it initializes on startup. So I've created a shortcut for cmd.exe on my desktop, went into my Startup file, created a batch file containing the following: @echo off subst w: c:\Users\******\Documents\CodEnv
It works as expected, but now when I try to get into that virtual drive, using a simple "w:", it says "The system cannot find the specified drive", but it's there! So, can anyone shed some light on the matter?