Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created September 15, 2015 19:54
Show Gist options
  • Save guillermoroblesjr/90ddec24384b38a6bcca to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/90ddec24384b38a6bcca to your computer and use it in GitHub Desktop.
Run program in the background using the terminal
# http://www.cyberciti.biz/faq/linux-command-line-run-in-background/
# http://superuser.com/questions/198525/how-can-i-execute-a-windows-command-line-in-background
# Linux
<command> &
# Windows
START /MIN <program-name-goes-here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment