I would like to write a command line executable with multiple switches followed by user input(see below). Found several items in this column that have helped but none give any examples of multiple switches.

Would like user to be able to do this from the command line:

filename.exe -server <name> -start <web name> -kill <package> etc...

Any examples would be greatly appreciated!