Question #184141 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184141
RaiMan posted a new comment: if you want to do this in Java, you have to use the Java methods to construct the correct path string. The final string for the start command in Java should print out like this: start notepad.exe "\\sever\folder\filename" It would be wise, to first check from a command line wether it does what you want. Then go back to Java, construct the command correctly and submit it from within Java. -- 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

