Created
August 3, 2018 16:17
-
-
Save emgk/1899e79c71fa3c4e0950473e346191d6 to your computer and use it in GitHub Desktop.
Steps to set an alias for the windows existing command or new one.
This file contains 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
@echo off | |
// Write your list of commands here which suppose to be executed when run "your-command" in command promt. | |
cd "Long-path" |
This file contains 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
@echo off | |
cls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment