Windows » Common

Command Line Tricks

This post will show some Windows Command Line (CMD) tricks I will have experience with.

1. To navigate to a folder quickly it is possible to type the “cd” command and drag’n’drop the folder from other explorer (default Windows Explorer or Total Commander).
If you want to go to a folder on a different drive add the “/d” argument:

cd /d [drag'n'drop a folder]

2. Press F7 to open the commands list.

CMD commands list

3. To go to the root directory type

cd\

CMD tricks, Go to root dir

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>