If I understand correct. You want to use GWT to start program on the
client side when you send some event from server side.
GWT Code is compiled to JavaScript. JavaScript is executed by the
browser so browser security police don't give permition the code from
javascript to be executed out of box (out of browser environment). So
you can call even "cd c:\user" command on the client machine.
The answer on your question is NO.