Jernej Posted December 21, 2007 Posted December 21, 2007 HI all! Is it possible to make a script that would "press" key >>T<< EVERY 5MINUTES? Can you type the code if it exists cause i really need it.. Please if you know please tell me ... PLEASE =) Well have fun and reply =)
Developers Jos Posted December 21, 2007 Developers Posted December 21, 2007 welcome but: 1. Don't shout by typing CAPS ONLY. 2. Try searching for your answer first because this type of question has been asked many times before. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
martin Posted December 21, 2007 Posted December 21, 2007 HI all!Is it possible to make a script that would "press" key >>T<< EVERY 5MINUTES?Can you type the code if it exists cause i really need it..Please if you know please tell me ... PLEASE =)Well have fun and reply =)Welcome.Adding"please Reply" is a bit redundant since people either will or not independant of having that in the title.Look in the help for SEND and ADLIBENABLE to do what you want. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Jernej Posted December 21, 2007 Author Posted December 21, 2007 Ok sorry.... um i've been searching now and ... well more i search less i understand ...
DW1 Posted December 21, 2007 Posted December 21, 2007 (edited) I'm gonna take shit for giving you this, but here you go: AdlibEnable( "sender", 5 * 60 * 1000 ) While 1 Sleep(10) WEnd Func Sender() Send("t") EndFunc ;==>Sender Everything you needed was in the help file Edited December 21, 2007 by danwilli AutoIt3 Online Help
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