batch file to run sikuli file not exiting from command prompt after completion

Asked by Nikhil Gupta

using the following command in my batch to run my sikuli file

start /i /b /wait C:\SikuliX\runsikulix.cmd -r "C:\Test Cases"/"ATC-005-S2" >"C:\TestReport.txt"

After execution of this command prompt is not closing.

I want the command prompt to terminate automatically
how can i do that ?

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vishal (vm5feb) said :
#1

You may try

C:\SikuliX\runsikulix.cmd -r "C:\Test Cases"/"ATC-005-S2" >"C:\TestReport.txt"

Revision history for this message
Nikhil Gupta (nikhilgupta99) said :
#2

Already tried this option but it does not terminate the command prompt.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.