09-03-2014, 10:31 AM
c# ? if yes here
Process myProcess = new Process();
myProcess.StartInfo.UseShellExecute = false;
myProcess.StartInfo.FileName = "here ur path with \\";
myProcess.StartInfo.CreateNoWindow = false;
myProcess.Start();
i did that:
Its configure able so u can change the Name of the buttons + the programm the button opens.

