Run a script in the Background

Francis Litterio flitterio@gmail.com
Tue Sep 9 17:15:00 GMT 2008


Francis Litterio wrote:

> If you want to launch the script from a Windows shortcut, make the
> shortcut run this command:
>
> 	cygstart --hide bash c:/path/to/myscript
>
> You will probably want to make the shortcut start minimized, otherwise
> you see a console window flash on the screen briefly when you launch the
> shortcut.

Actually, this command does the same without needing to make the
shortcut start minimized:

	run bash c:/path/to/myscript
--
Fran


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list