lekremyelsew Posted February 23, 2006 Posted February 23, 2006 Hello all, I'm a user of AutoHotkey. Im not the best at AutoHotkey and I'm AWFUL at AutoIt. I was just wondering how to use the "Send" Command to type and inputed Var Hot Corners Rulez!
cdkid Posted February 23, 2006 Posted February 23, 2006 (edited) number 1: autohotkey is the devil and to answer your question $var = "my variable text" send($var) ~cdkid --read the helpfile, it's really useful Edited February 23, 2006 by cdkid AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Valuater Posted February 23, 2006 Posted February 23, 2006 a perfect example is in this demo "Welcome to Autoit 1-2-3"... just click below 8)
Dirk Diggler Posted February 23, 2006 Posted February 23, 2006 just a little question - have AutoHotKey any difference or not? It is seems like only syntax differs, in other aspects they are almost the same
Moderators SmOke_N Posted February 24, 2006 Moderators Posted February 24, 2006 just a little question - have AutoHotKey any difference or not? It is seems like only syntax differs, in other aspects they are almost the sameLook at AutoIt V2 / then look at AutoHotKey ... then ask yourself which program was around first, then ask how the other got to be... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
jpm Posted February 24, 2006 Posted February 24, 2006 Hello all, I'm a user of AutoHotkey.Im not the best at AutoHotkey and I'm AWFUL at AutoIt. I was just wondering how to use the "Send" Command to type and inputed VarI would not say AHK is a devil but welcome to AutoIt3.Please read the help first as AHK is similar to AutoIt2 you can read the page that's explain how to convert.To send just use Send($var)
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