Skip to content

Instantly share code, notes, and snippets.

@bmatthewshea
Last active September 12, 2015 17:10
Show Gist options
  • Save bmatthewshea/45b5192d1c57dbaa116e to your computer and use it in GitHub Desktop.
Save bmatthewshea/45b5192d1c57dbaa116e to your computer and use it in GitHub Desktop.
superuser.com/q/972076/47628
@echo off
start "Notepad" "C:\Windows\system32\notepad.exe"
start "Skype" "C:\Program Files (x86)\Skype\Phone\Skype"
start "Firefox CNN" "%programfiles(x86)%\Mozilla Firefox\Firefox.exe" "http://www.cnn.com/"
start "CMD Start Help" "cmd start /?"
@bmatthewshea
Copy link
Author

That work?
Opens notepad for me..
Skype works for me.
Firefox starts on my Windows7 x64 machine on page www.cnn.com.

Did you try your own console exe to see if it spawns the given programs via cmd line first?
If my answer helped you, don't forgot to upvote. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment