| Quote: |
| The question I have about this method is how do I point it to a specific location to grab an exe file from the program files location on my C drive? |
You can start an executable in the "Program Files" directory as follows:
Code: click into code to enlarge
Application.Start(@"C:\Program Files\Ranorex 1.2\Bin\Net2.0\VS2005Application.exe");
or with an argument (test1.xml):
Code: click into code to enlarge
Application.Start(@"C:\Program Files\Ranorex 1.2\Bin\RanorexRecorder test1.xml");
Jenö
Ranorex Team |