-c Creates a new console (if running a console application)
-s n Configures the initial window state (e.g. -s 1 = start normally)
-w Waits for the program to finish
-e Displays the program's elapsed time (hh:mm:ss)
-d dir Configures a starting directory for the program (use quotes if needed)
Exec's command-line arguments must all appear BEFORE the program name. The --
characters tell Exec that it has no more options and to treat the remainder
of the command line as the command line it should run.