Question #295488 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295488

    Status: Open => Answered

RaiMan proposed the following answer:
this does not work, since both runScript or 2 independent processes
running one after the other.

you have to integrate the cd into the one runScript:

- just meta code

runScript("powershell  cd E:\ ; .\a.bat")

meaning 
1. cd to E:\
2 then run the script

it is your job ;-) to figure out what is the best solution for that.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to