You could use some kind of map (key/value collection) between a specific string (the command) and a delegate (the function to call). Then instead of the select-case stament you simply grab the...