I dont know exactly what that code is supposed to do, but it isnt very good. To start with, youre hardcoding Windows paths, which is a big no no. Then you seem to be calling some Start function which doesnt actually exist, unless youve imported something Im 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.