Skip to content

Instantly share code, notes, and snippets.

@nngogol
Created September 2, 2018 14:26
Show Gist options
  • Save nngogol/fc8bb6f757eeafd5dbf081cf465b7c9a to your computer and use it in GitHub Desktop.
Save nngogol/fc8bb6f757eeafd5dbf081cf465b7c9a to your computer and use it in GitHub Desktop.
open dir via cmd.exe
cmd /K "cd /d %path_to_directory%\"
Example 1: cmd.exe /K "cd /d D:\music\"
Example 2: cmd.exe /K "cd /d D:\hello world\some folder\music\"
Example 3: cmd.exe /K "cd /d D:\music" - WRONG (no '\' at the end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment