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.

_______________________________________________
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