Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Last active August 29, 2015 14:10
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 famousgarkin/0c04fa1fd423a5ccd370 to your computer and use it in GitHub Desktop.
Save famousgarkin/0c04fa1fd423a5ccd370 to your computer and use it in GitHub Desktop.
cygstart is part of cygutils version 1.4.14
cygstart was originally authored by Michael Schaap
Let Windows start a program or open a file or URL.
Usage: cygstart [OPTION]... FILE [ARGUMENTS]
Action options
-a, --action=STRING Use specified action instead of default
-o, --open Short for: --action open
-x, --explore Short for: --action explore
-e, --edit Short for: --action edit
-f, --find Short for: --action find
-p, --print Short for: --action print
Directory options
-d, --directory=STRING Set working directory
Show options
--hide Hides the window and activates another window
--maximize Maximizes the specified window
--minimize Minimizes the specified window and activates the next top-level window in the z-order
--restore Activates and displays the window. If the window is minimized or maximized, Windows restores it to its original size and position. An
application should specify this flag when restoring a minimized window
--show Activates the window and displays it in its current size and position
--showmaximized Activates the window and displays it as a maximized window
--showminimized Activates the window and displays it as a minimized window
--showminnoactive Displays the window as a minimized window. The active window remains active
--showna Displays the window in its current state. The active window remains active
--shownoactivate Displays a window in its most recent size and position. The active window remains active
--shownormal Activates and displays a window. If the window is minimized or maximized, Windows restores it to its original size and position. An
application should specify this flag when displaying the window for the first time
Startup options
-w, --wait Waits until the started application terminates before exiting.
Troubleshooting options
-v, --verbose Show the actual ShellExecute call made
Help options
-?, --help Show this help message
--usage Display brief usage message
--version Display version information
--license Display licensing information
--reference Open MSDN reference for ShellExecute
With thanks to MSDN: <http://msdn.microsoft.com/en-us/library/bb762153%28VS.85%29.aspx>
Please report any bugs to <cygwin(at)cygwin.com>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment