Last active
September 4, 2015 08:21
-
-
Save elmarti/6668e8ffd6c9e01edda9 to your computer and use it in GitHub Desktop.
Open CMD in CWD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start cmd.exe | |
TITLE LocalCMD | |
setlocal | |
path=c:\;%path% | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment