Forum Discussion

pgs's avatar
11 years ago

Command line /run not working

I'm trying to execute the following command line:



start /wait "C:\Program Files (x86)\SmartBear\TestComplete 10\Bin\TestComplete.exe" "C:\Users\pgs\Documents\TestComplete 10 Projects\CreateUserLayer\CreateUserLayer.pjs" /project:CreateUserLayer /test:"KeywordTests|CreateUserlayer",  /run /exit





But it doesn't run the project after loading.  I have to manually do it.  What am I doing wrong?



I tried to attach a .jpg screenshot to this but it failed and I had to re-do the thread.  Suffice it to say that the name of the project is "CreateUserLayer" and the Keywordtests name is also "CreateUserlayer"





Thanks in advance,

Paul

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    Remove the comma before the /run.  Comma is not necessary and is probably preventing the application from actually executing the "run" command.