Skip to content

Instantly share code, notes, and snippets.

@Anmol-Singh-Jaggi
Last active May 20, 2016 19:42
Embed
What would you like to do?
@echo off
cls
doskey /macrofile=%USERPROFILE%\Documents\cmd_aliases.txt
REM The `/macrofile` parameter of the `doskey` command is used to load the aliases from an external file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment