Forum Discussion
AlexKaras
Champion Level 1
12 years agoHi,
Well... If the system says that it cannot find an executable, this means that it cannot find it. :)
Try to specify the full path to TestComplete (quotes are required), e.g.:
"%ProgramFiles%\SmartBear\TestComplete 10\Bin\TestComplete.exe"
Note, that if you added path to TestComplete to the Path environment variable and tried to start TestComplete by specifying just TestComplete.exe from the command line session that existed before the Path variable was updated, you need to restart command line session because the environmental changes are not propagated into already existing sessions.
Well... If the system says that it cannot find an executable, this means that it cannot find it. :)
Try to specify the full path to TestComplete (quotes are required), e.g.:
"%ProgramFiles%\SmartBear\TestComplete 10\Bin\TestComplete.exe"
Note, that if you added path to TestComplete to the Path environment variable and tried to start TestComplete by specifying just TestComplete.exe from the command line session that existed before the Path variable was updated, you need to restart command line session because the environmental changes are not propagated into already existing sessions.