Currently, Emacs ties up the Command Prompt until the user quits Emacs. In Git Bash, you can hack around this with an ampersand (&), but the default behavior should really be to fork a thread for Emacs and immediately return terminal control to the user.