xuzo Posted June 17, 2013 Posted June 17, 2013 Is it possible to use autoit to do some stuff online? For example something like this: http://textmechanic.com/Add-Prefix-Suffix-to-Text.html Or would it be possible to have autoIT let's say open notepad on the user's computer and do some text typing?
DW1 Posted June 17, 2013 Posted June 17, 2013 Is it possible to use autoit to do some stuff online? For example something like this: http://textmechanic.com/Add-Prefix-Suffix-to-Text.html Yes, but not practical, also, this would be done server side if for some reason you chose autoit for this job. (I'd recommend javascript for something like this.) If you are set on doing this in autoit, take a look at> AutoIt CGI Handler (AuCGI) which uses autoit just like PHP. Or would it be possible to have autoIT let's say open notepad on the user's computer and do some text typing? Sure, if they download and execute your autoit executable. I'm sure you could see the huge security risk if this was possible without user interaction. AutoIt3 Online Help
0xdefea7 Posted June 17, 2013 Posted June 17, 2013 Yes, the latter is possible. Look at TCPSend() and TCPRecv() in the help file. Also look at Send() for sending the keystrokes to notepad.
Zedna Posted June 17, 2013 Posted June 17, 2013 Here are some old related topics '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> Resources UDF ResourcesEx UDF AutoIt Forum Search
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