Zompy Posted April 18, 2009 Posted April 18, 2009 Hey, im thinking of a simple hot key script, for example using F5 t/m F8 and they exec certain things It's stupid to start it up everytime when i start the PC, is there a way to AUTO start my script?
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 Look at the FAQ sticky at the top of this forum: Q11. How can I make my script start every time windows starts? 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.
Zompy Posted April 18, 2009 Author Posted April 18, 2009 RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "Hotkeyset.au3", "REG_SZ", @C:\Program Files\AutoIt3\Testscripts\Hotkeyset.au3) Would that be OK?
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 No, but why is it you dont simply try in stead of asking first? Run it through au3check and it will tell you this statement is invalid. and maybe you want to start a compiled version ? 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.
Zompy Posted April 18, 2009 Author Posted April 18, 2009 Au3check starts up, and then closes immiadiately...
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 Au3check starts up, and then closes immiadiately...have you installed the full version of SciTE4AutoIt3?If not do so first and then do Ctrl+F5Jos 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.
Zompy Posted April 18, 2009 Author Posted April 18, 2009 Can't you just tell me whats wrong ^^ I have no idea if i got scrite installed, if i do edit script it does open scite, and then? im really noob
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 im really noobThen spent some time to learn in stead of beg.I have given you enough information for you to make the next step. 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.
Zompy Posted April 19, 2009 Author Posted April 19, 2009 I think i got it, but instead of using F5-F8 i want to use special buttons my Keyboard has, how can i see which buttons that are?
Bert Posted April 19, 2009 Posted April 19, 2009 Seriously; you to take to AutoIt 1 2 3, then READ THE HELPFILE. Honestly, it has everything you need and will answer all your questions. Also, using search in the helpfile and the forum works great too! The Vollatran project My blog: http://www.vollysinterestingshit.com/
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