I don't know exactly what that code is supposed to do, but it isn't very good. To start with, you're hardcoding Windows paths, which is a big no no. Then you seem to be calling some Start function which doesn't actually exist, unless you've imported something I'm not aware of, in which case you need to specify.
Bottom line, to anyone reading this, ignore the code posted above and use the Process.Start function.