Skip to content

Instantly share code, notes, and snippets.

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