I'm trying to make a program, which can open other programs, but I need help, because if I run a program, with
Process.Start(ExePath)
I get errors like 'cannot find 'File.*' file'. but normally the program works when I start it manually it just works normally does someone knows how to fix this?
Thanks in advance