Last active
February 23, 2016 01:35
-
-
Save MyklClason/2c7aee7bbc9d8084e921 to your computer and use it in GitHub Desktop.
Pull up the command line set to folder file is in
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
# This is a code snippet I found online. Placed here for ease of access. | |
# Doubling clicking on this file pulls up the command line with the | |
# directory set to the same as the folder holding this file. | |
@ECHO OFF | |
cmd.exe /K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment