Skip to content

Instantly share code, notes, and snippets.

@allysonsouza
Created September 15, 2017 15:31
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 allysonsouza/d8d6eef951225e9c2585f3c6dfa2054b to your computer and use it in GitHub Desktop.
Save allysonsouza/d8d6eef951225e9c2585f3c6dfa2054b to your computer and use it in GitHub Desktop.
Windows Start Programs Batch
@echo off
:: Change to match your program's paths
start "XAMPP" "C:\xampp\xampp-control.exe"
start "Atom" "C:\Users\[MYUSER]\AppData\Local\atom\atom.exe"
start "SourceTree" "C:\Program Files (x86)\Atlassian\SourceTree\SourceTree.exe"
start "Cmder" "C:\Users\[MYUSER]\Downloads\cmder\cmder.exe"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment