← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #121539]: openApp parameter support

 

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

RaiMan proposed the following answer:
No, no movement in this direction.

workaround:

type(Key.ESC, KEY_CTRL) # to open start menu
wait(1)
paste(r'C:\WINDOWS\SYSTEM32\msiexec.exe /i "C:\Documents and Settings\test\Local Settings\Temp\My_Install.msi"')
wait(1)
type(Key.Enter) 

when using raw string r'some text' there is no need for \\ and you may use " inside the string.
The wait()'s are needed (may be longer), to give time to the start app

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