rlent
15 years agoContributor
How can I execute a DOS command from within TestComplete?
I have a tested application that I want to test loading from a command line. Right now, I call batch files to do this. This works great in XP, but in Vista and Windows 7, Windows prompts me for permission to run the batch file. So this means that if I want to run the script in Vista and Windows 7, I need to babysit the script. I've been looking through the help, and I haven't been able to find a way to make DOS calls from within TestComplete. It's probably there, I just can't find it. Any pointers? I need to be able to call the application with a number of parameters.