Categories
Workflow

CMD cd Shortcut

Sick of cmd starting in c:\Users\me and having to type a long path to cd?

Create a .bat file and save it in c:\Windows\System32 (as Admin)
Save as mypath.bat, or perhaps even something logical.

@ECHO OFF
cd c:\path_i\commonly_want_to\go\to\

Then in cmd just type mypath and you’ll get where you want to go.

Leave a Reply

Your email address will not be published. Required fields are marked *