Not a bad idea, but it only solves part of the problem. Even if I were to load the name from a file, I still cannot figure out how to "run" the file.
The only way I can see to startup a desktop application is to add it to "TestedApps" and use the .Run() method as stated above: TestedApps.[Executable Name].Run();
I cannot find an Execute(filename) command, or a RunFile(filename) or something like this. I even tried to simply load a variable with the filename to see if there was a "Run" method in desperation, but this obviously was not going to work and it didn't. Ex. var fileToRun = "C:\\[directory]\\[filename.exe]"; fileToRun.Run();
Am I missing something really obvious here? Is there another way to startup your app without adding it to TestedApps?
Thanks again.
-Ron