Created
October 21, 2019 14:02
-
-
Save minipaper/013e57c7472423c41ef2c2d7c7decf87 to your computer and use it in GitHub Desktop.
doskey
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
ls=dir /B $1 | |
ip=ipconfig $* |
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
reg add "HKCU\Software\Microsoft\Command Processor" /v Autorun /d "doskey /macrofile=\"%USERPROFILE%\macros.doskey\"" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment