ContributionsMost RecentMost LikesSolutionsRe: TestComplete with vmrunI did it, but vmrun show me a "file not found" error message. This way works: vmrun -T server -h https://pat583:8333/sdk -u xxxxx -p 1111111 -gu yyyyyyyy -gp 111 runProgramInGuest "[standard] Win XP adoniram/Windows XP Professional/winXPPro.vmx" cmd.exe /c"c:\arquiv~1\automa~1\testco~1\bin\TestComplete.exe c:\\teste_winapp.pjs /r " I pass TestComplete and its parameters as a cmd parameter. Re: TestComplete with vmrunIts not a TestComplete problem. The vmrun only recognize the first parameter of TestComplete. Thanks!!!!! Re: TestComplete with vmrunHi Alexei, thanks for reply. I did what you say, but it give me a message "A file was not found". TestComplete with vmrunI trying to run a testcomplete inside a virtual machine, through command line, using vmrun to start the TestComplete: vmrun -T server -h https://pat111:1111/sdk -u adoniram -p 11111 -gu administrador -gp 111111 runProgramInGuest "[standard] Win XP adoniram/Windows XP Professional/winXPPro.vmx" "C:\Arquivos de programas\Automated QA\TestComplete 6\Bin\TestComplete.exe " "c:\teste_notepad.pjs " "/run" The TestComplete application starts fine, but it doesn't run the test. It just open the TestComplete with the last application tested.