jvanegmond Posted July 16, 2014 Share 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 Link to comment Share on other sites More sharing options...
remin Posted July 16, 2014 Author Share Posted July 16, 2014 (edited) 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 Link to comment Share on other sites More sharing options...
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