Skip to content

Instantly share code, notes, and snippets.

@nojaf
Last active March 23, 2016 07:55
Show Gist options
  • Save nojaf/58e67d2dd31afc1313b2 to your computer and use it in GitHub Desktop.
Save nojaf/58e67d2dd31afc1313b2 to your computer and use it in GitHub Desktop.
Windows cmd exe alias
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