05-05-2012, 12:37 PM
Process MyProcess = new Process();
MyProcess.StartInfo.FileName = "Gameserver.exe";
MyProcess.StartInfo.WorkingDirectory = "Server\\GameServer\\";
MyProcess.Start();
Did you try this, since the relative path would start from the working directory(not the directory where the tool is in).
Yeah this is it ty guys.
@ HatMe i cant make i with C: because not everyone use C ^^

