Skip to content

Instantly share code, notes, and snippets.

@keithkim
Created November 5, 2023 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithkim/8051680100a380cb085cc71a6f3e43e7 to your computer and use it in GitHub Desktop.
Save keithkim/8051680100a380cb085cc71a6f3e43e7 to your computer and use it in GitHub Desktop.
alias helper for cmd
@echo off
REM *** set up alias for DOS environment like Bash's alias
REM *** 2022-10-12
@doskey vlist=
@doskey /macrofile=C:\bin\aliases.txt
REM *** to display all defined aliases
REM doskey /macros:all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment