← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #257349]: Escaped Double Quotes treated as @

 

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.