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

Ned posted a new comment:
sChangeDir = "cd "
sCurrentDBDir = ('\"C:\\Integra\\Data\\Testing Databases\\Current DB\\\" ')

sCMDArgs = (sChangeDir,sCurrentDBDir,Key.ENTER)

runCMD(sTestId,*sCMDArgs)

def runCMD(sTestId,*sCMDArgs):
    openNewCmdPrompt()
    for arg in sCMDArgs:
        type(arg)

The above code types @C:\Integra\Data\Testing Databases\Current DB\@
into the new Command Prompt instead of using double quotes

-- 
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