Forum Discussion
fayrehouse
12 years agoFrequent Contributor
Solution found. It's an issue with MS' start command and how it handles quotes. Nothing faulty with TC here :) Bizarrely, you just need to insert a blank set of double quotes "up front"...
Solution:
start /wait "" "c:\Program Files (x86)\SmartBear\TestComplete 9\
Bin\TestComplete.exe" "n:\path\to\my\test\complete\project.pjs" /run /ns /SilentMode /e /project:mytcprojectname /test:"KeywordTests|somekeywordtest"
Solution:
start /wait "" "c:\Program Files (x86)\SmartBear\TestComplete 9\
Bin\TestComplete.exe" "n:\path\to\my\test\complete\project.pjs" /run /ns /SilentMode /e /project:mytcprojectname /test:"KeywordTests|somekeywordtest"