← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232233]: CUIT Integration

 

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

Gregor Haider posted a new comment:
Hi,

thanks for the very fast answer. I checked that their exist system
variables for both, SIKULIX_HOME and PATH.

I call the script by creating a process like:

Process process = new Process();
ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
startInfo.FileName = @"D:\Sikuli\ds.bat";    
process.StartInfo = startInfo;
process.Start();
process.WaitForExit();      

where the ds.bat capsulates the navigation to the correct folder followed by:
sikuli-script -r path-to-the-test\the-test.sikuli

Best regards,
Gregor

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.