I need to open EXE files one by one, but I do not know how to do it. I tried:
Process.Start("V:\\RIMI_Change_Cards.exe");
Process.Start("V:\\RIMI_Client_Information.exe");
Process.Start("V:\\E_Registration_Trace.exe");
But it opens together. What command do I need?