09-29-2011, 01:12 PM
Start the orginal Nksp.exe dont need a patched exe :p
//Starting the exe
if (File.Exists("Bin\\Nksp.exe"))
{
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Bin\\Nksp.exe";
startInfo.Arguments = "4022";
Process.Start(startInfo);
}[/Code]
This file cannot run by itself. o.O
//Starting the exe
if (File.Exists("Bin\\Nksp.exe"))
{
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Bin\\Nksp.exe";
startInfo.Arguments = "4022";
Process.Start(startInfo);
}[/Code]
This file cannot run by itself. o.O
