Launching .exe file without pathing location c# – Photoshop
How I can launch exe file with c# code? So I have this : Process.Start( @"C:Program Files (x86)PhotoshopPhotoshop.exe"); But the path can be different in other machines. So is there any ideas to run .exe with different way? Thanks!