sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33956
Re: [Question #269747]: Task Scheduler - taskeng.exe blocking Sikuli
Question #269747 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269747
Status: Open => Solved
holdris confirmed that the question is solved:
Hi,
just to provide an update for anybody that has a problem with this, as I
have now resolved the problem.
You need to create a vbs file that runs the batch file silently, and
then set the vbs file to be the program that task scheduler runs.
An example of how the vbs file would look is:
Set Shell = CreateObject("WScript.Shell")
Shell.Run """path/to/your/batch/file""", 0, false
You need the triple quotes to specify the file path and the , 0, false
specifies that the batch file will run without the command window.
This should resolve the problem.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.