sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04891
[Question #169457]: Call vbs from Python
New question #169457 on Sikuli:
https://answers.launchpad.net/sikuli/+question/169457
Hello,
I want to call vbs file from Sikuli script, I writing below lines of code
import os
import sys
os.system("D:\vb\helloWorld.vbs")
-----------------------
helloWorld.vbs
Msgbox "Hello World"
its not working can anyone please help me ?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.