I need to run a command line for an application installed on my machine. First I need to change to the directory where the .exe is located and then execute the command. I thought I could start a cmd window and then use sendkeys to cd to the directory and then execute the command line. Sendkeys is simply to flaky, I even have wait states and still its not consistent. The space {Space} does not seem to work at all. Num Lock is off. No luck. Is there another way to send to command lines to a cmd window either in background or foreground using VB other than Sendkeys?
Thxs,
Thxs,