![Windows – Command aliases in Command Prompt?](https://www.datarecoveryunion.com/wp-content/uploads/2024/03/cropped-cropped-logo-441x400.jpg)
Windows – Command aliases in Command Prompt?
How can I make command aliases in Windows’ Command Prompt like I would with bash? I found out about doskey in a forum thread, so I can do something like: doskey ls=dir /b …and now the command ls acts a little more like ls on Unix. (I type ls so often in cmd, it isn’t…