Skip to content

Instantly share code, notes, and snippets.

@minipaper
Created October 21, 2019 14:02
Show Gist options
  • Save minipaper/013e57c7472423c41ef2c2d7c7decf87 to your computer and use it in GitHub Desktop.
Save minipaper/013e57c7472423c41ef2c2d7c7decf87 to your computer and use it in GitHub Desktop.
doskey
ls=dir /B $1
ip=ipconfig $*
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