CryptoSys Home > Open a command-line console in a given directory

Open a command-line console in a given directory


Open command-line

Here is a cute way to open a command-line console in a given directory from Windows File Explorer.

  1. Open the directory in Windows File Explorer. In this example it is C:\Scratch\test1
  2. Press Alt+D
  3. Type cmd
  4. Press Enter
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Scratch\test1>
 

Open Windows Explorer from the command line

To do the opposite and open Windows Explorer in the current directory from the command line, type
start .
That's the word "start" followed by a space and then a full stop (period) character (.)

Contact us

For more information or to comment on this page, please send us a message.

This page last updated 10 September 2025