The title is pretty much self explanatory but I only want a simple CD (or CHDIR) dos command that will take me to the root directory of the current running operating system.
I make :
CD %windir%
CD ..
But I'm quite sure there is 1 simple command to execute this in more convenient way.
Thanks all!
Try this:
or
UPDATE:
This will do the trick:
You can read the /D documentation if you execute "cd /?"