Question #247469 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247469
Rafiq Mohammed proposed the following answer: If you are using windows, you can create an .bat file to execute all the commands that you need. Here's how you create a .bat file: 1. Open Notepad 2. List all the commands sequentially (one command in each line). Ensure that you hit enter after each command. For example: md c:\1 copy c:\happy\listen.jpg c:\1\22_listen.jpg copy c:\happy\listen.jpg c:\1\27_listen.jpg ... 3. Save the file with the extension .bat 4. Double click the .bat file to execute all the commands in the file. If you are using any other operating system, you will have some similar mechanism to execute commands. Hope this helps. Regards, Rafiq -- 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

