Last active
March 23, 2016 07:55
-
-
Save nojaf/58e67d2dd31afc1313b2 to your computer and use it in GitHub Desktop.
Windows cmd exe alias
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
doskey my-alias=my-app.exe $* | |
# doskey only works within the current session | |
# alternative is to make a bat file | |
"C:\Program Files\Microsoft SQL Server\120\Tools\Binn\SqlLocalDB.exe" %* | |
# %* means all arguments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment