[Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-25 Thread naveen
New question #212373 on Sikuli: https://answers.launchpad.net/sikuli/+question/212373 Hi, I developed 50 scripts in windows 7,i want to run at a time , Can u tell me the possible scenario for this -- You received this question notification because you are a member of Sikuli Drivers, which i

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-25 Thread nupur
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Open => Answered nupur proposed the following answer: @Naveen, did u create a main test suite to run all the scripts? -- You received this question notification because you are a member of Siku

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-25 Thread naveen
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Answered => Open naveen is still having a problem: I am using the sikuli first time Can u tell me how to create the test suite? Thanks in advance. -- You received this question notification

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-26 Thread j
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Open => Answered j proposed the following answer: If you just want to run a bunch of sikuli scripts, try this: FOR /D /R %%A in (*.sikuli) DO ( echo Running Test: %%A "C:\Program Files\S

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-26 Thread naveen
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Answered => Open naveen is still having a problem: where i have to write above code -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-26 Thread j
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Open => Answered j proposed the following answer: Create a textfile in the directory where your sikulitests are, name it "runscripts.bat". Copy the code shown above into that textfile and save