Skip to content

Instantly share code, notes, and snippets.

@JeroenSteen
Last active August 29, 2015 14:02
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 JeroenSteen/d8c72bd18aed967a19c2 to your computer and use it in GitHub Desktop.
Save JeroenSteen/d8c72bd18aed967a19c2 to your computer and use it in GitHub Desktop.
@echo off
start "" "C:\Program Files (x86)\JetBrains\PhpStorm 7.0\bin\PhpStorm.exe"
start "" "C:\Program Files (x86)\Git\bin\sh.exe" --login -i
start "" "C:\xampp\xampp-control.exe"
start "" "%windir%\system32\notepad.exe"
"C:\Users\THEUSER\AppData\Local\Google\Chrome\Application\chrome.exe"
start "Facebook" "http://www.facebook.com/"
start "Outlook" "http://www.outlook.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment