Forum Discussion

tc_2018's avatar
tc_2018
Contributor
5 years ago
Solved

Working command line does not work in batch file

Hello Everyone,   My command line below works perfectly when running on CMD. However, when I put it a batch file, it does not execute my test. It only opens my test suite.   c:\Program Files ...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    You can't run the batch file from TestComplete like that... you need to call TestComplete within the batchfile as the part of the command line as indicated.  Then simply execute the batch file.