A little DOS refresher: changing drives – a reminder post

Because I don’t use the command line that much, I usually forget this incredibly simple thing when it comes up: how to change to another drive using the command line (the DOS prompt).

For example if you want to run an application or script from within a specific directory on the E: drive:

If you are in C:/> simply type E:
then add the rest of the path, then the filename of the script or application you want to run.