ok i have a trouble here, when i try to start a game with

System.Diagnostics.Process.Start(@"path");

the game cant axcess its own files, is says like couldnt find the file ect BUT the files are there

how do i start a game with c# that uses other files??