jvanegmond Posted July 16, 2014 Posted July 16, 2014 You have to run it from within SciTe with F5. There will appear a small textbox right below your code which will contain the build/run output which also includes the ConsoleWrite output. You may need the "upgraded" SciTe which you download separately.Also if you compile your AutoIt script as CUI (console script), you will see the output of ConsoleWrite in the black command window. github.com/jvanegmond
remin Posted July 16, 2014 Author Posted July 16, 2014 (edited) On 7/16/2014 at 12:19 PM, Manadar said: remin, try playing with options SendKeyDelay and SendKeyDownDelay. This cut my CPU time in half and rather obviously made the typing insanely quick. Your mileage may vary. Oh yes!! That gives a CPU usage of 1/5 comparing to previous script (the same cpu usage as AHK). It is also much faster as before. Thank you Manadar Edited July 16, 2014 by remin jvanegmond 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now