04-21-2012, 11:08 PM
thats simpel

//Starting the exe
if (File.Exists("Bin\\Nksp.exe"))
{
Process Nksp = new Process();
Nksp.StartInfo.FileName = "Bin\\Nksp.exe";
Nksp.StartInfo.Arguments = "4022";
Nksp.Start();
}
EP2 is "Nksp.StartInfo.Arguments = "4022";"
EP1 is "Nksp.StartInfo.Arguments = "6574";"

