sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38611
Re: [Question #295488]: runScript("powershell E:\\a.bat") Error
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.