Last active
September 28, 2022 13:44
-
-
Save seaque/d07c8347e7ef94fa2c0ac6e3fb3c3c4a to your computer and use it in GitHub Desktop.
Open Command Prompt in Certain Directory
This file contains hidden or 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
@ECHO OFF | |
CD /D "dir" | |
CMD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment