how about code examples??
| This is the talk page for discussing improvements to the AutoIt article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
| ||||||||||||||
how about code examples??
Code examples in the sense of teaching how to code in AutoIt would not be relevant however one example of a simple program may be 86.147.190.162 20:37, 4 May 2007 (UTC)
--BinaryBrother in reply to 86.147.190.162
Code examples would be as defined... An Example of Code. You can find more discussed Code Examples on the AutoIt Example Forums, but please be warned. As stated by the Forum header on the Example Forum, It is NOT for general support. General Support is reserved for this URL, http://www.autoitscript.com/forum/index.php?showforum=2 .
I'm not a programmer, but I'd have to say that usage of this program to bot in various games is probably one of the most challenging and elegant uses of the technology possible. Take Diablo 2 for example..Bots can avoid enemies, pick and choose which items to pick up, which to sell and which to keep in the stash, kill bosses or seek out specific types of opponents..etc, the list goes on and on. I understand that using AutoIt in this manner is contrary to the spirit of the game, but the ingenuity needed to even approach solving some problems in games in an automatic fashion beats the crap out of telling the computer to input a certain text sequence in a specific text box after a specific set of conditions is met.
Is this so looked down upon by the community? The author citing sources would be helpful.
-PhPh
Just thought I would add my understanding, which is that AutoIt is by design not an object-oriented language, which therefore does not use namespaces, classes, dotted notation, etc. -The creators being of the opinion that these features are not appropriate to a scripting language, and that the insistence on an OO syntax is one of the key reasons for other scripting languages being excessively difficult to use.
--Anteaus 20:14, 18 May 2007 (UTC) -Also a user since v2 days ;)
--User:Brian R Hunter 00:25, 7 November 2007 (UTC)
The section on 'Limitations' added by 192.234.223.100 whilst probably true does not seem to sit easily in the encyclopaedia. As with all programming tools there are limitations and restrictions on what it can be used for. Where a feature is 'required' by a user it should be addressed to the authors. Listing every thing a programming tool cannot do is obviously a non-starter. I am unclear as to the useful significance of the 'limitations' mentioned.
I propose removing the section unless there is some justification for keeping it. --Brian R Hunter (talk) 18:04, 29 February 2008 (UTC)
"Vibrant" community? Uncited, that's a bit of a puffery. Perhaps some more neutral terms might be good? ++Lar: t/c 02:21, 19 July 2008 (UTC)
I fail to see how the following paragraph:
Another use of AutoIt is for "botting" in online games. Botting allows the user to run a script which automates some repetitive action in the game - usually so the script user can advance in the game more quickly. Use of AutoIt in this way is frowned upon by some in the AutoIt community as it can generate bad publicity; however, a few botting scripts can still be found in the official AutoIt forums. Because botting is considered to be cheating by most AutoIt users you should not expect much help in the use of AutoIt for this purpose. Many forum members will refuse to help those that are trying to create bots. This is not to say that support will not be provided; however, you may have to wait long periods of time for answers regarding bots.
...is directly relevant to this topic. At most I would think "botting" would be mentioned once as a possible use, and get rid of this garbage. We definitely don't need to describe what botting is here--link to a separate article. Logan1337 (talk) 02:42, 24 October 2008 (UTC)
I think the sentence "It has also been used to create malware." does not makes much sense to me, that's similar to saying "cars made by ford were used in terrorits attacks" or "factories with proper conditions can be used to create nuclear weapons". I think it is better to remove it, anyone against? SF007 (talk) 00:11, 20 May 2009 (UTC)
My apologies, I did the edits and did not realize that I was not logged in.
Ultimately the people with an interest this article need to be looking towards a rewrite. For example, there were three separate instances in which it was mentioned that AutoIt is a "scripting language with BASIC-like structure". I condensed one of them out of features and put it into the introductory section of the article but the other one in the list still remains. Frankly, the feature list and the usage section will probably need to be combined and the aspects briefly mentioned in the list can be expanded upon, which will give a much better overview of what can be done with AutoIt as the current Usage section downplays the language's capabilities dramatically.
I also think that some code examples and more information about the AutoIt community would also be very helpful in fleshing out this article.
I think three months is enough time for the claims made in the History section to be substantiated, they have been removed and replaced with a neutral sentence stating actual facts regarding source code; being something close to an encyclopedia such claims really have no place in the article anyway.
I also changed the language of the article regarding botting and malware. It's not unreasonable to mention that AutoIt has been used for these purposes but it is unreasonable to mention it in such a way as to portend that those usages are a primary or even intended purpose of the program.
EDIT: Also removed the link to the AutoIt forums regarding the GPL licensing issues in accordance with the revision to the history section.
SouthStExit (talk) 12:52, 5 June 2009 (UTC)
AutoIt is open source actually, see http://www.autoitscript.com/forum/index.php?showtopic=8389 95.132.120.41 (talk) 20:20, 25 December 2009 (UTC)
The developers of AutoIt originally released the source code under the GPL license but the practice was discontinued beginning with version 3.2.0 in August 2006. This led to the fork of some code of version 3.1 by the AutoHotkey project[5], where now the community is continuing to develop the code as GPL.
According to the developer of AutoHotkey, Chris Mallett, as well as the AutoHotkey page (as seen below), AutoHotkey was written from scratch and was only modeled after AutoIt's scripting syntax. There was no project fork.
The first public beta of AutoHotkey was released on November 10, 2003[6] after author Chris Mallett's proposal to integrate hotkey support into AutoIt v2 failed to generate response from the AutoIt community.[7][8] So the author began his own program from scratch basing the syntax on AutoIt v2 and using AutoIt v3 for some commands and the compiler.[9] Later, AutoIt v3 switched from GPL to closed source because of "other projects repeatedly taking AutoIt code" and "setting themselves up as competitors."[10]
Please correct this discrepancy. ~ Agvulpine (talk) 20:23, 5 February 2011 (UTC)
EDIT: It should be noted that AutoHotkey began in 2003 where AutoIt closed its source in 2006. AutoHotkey was written by scratch with zero usage of AutoIt code until 2005 when Chris borrowed some code with permission and credit for a few dozen commands, amounting for less than 5% of the code at the time. [1]
The statement suggesting that AutoIt's closing of its source led to the forking and creation of AutoHotkey is blatantly incorrect and misleading. ~ Agvulpine (talk) 20:41, 5 February 2011 (UTC)
I have changed the statement in the article, as it confused cause and effect. AutoHotKey was initially created while AutoIt v3 was still open source. AutoIt was closed after AutoHotKey used the code originating in AutoIt. — Preceding unsigned comment added by Nutster (talk • contribs) 04:49, 11 February 2011 (UTC)
Showing how to use AutoIt to get Notepad to calculate an average would be good. This example shows that AutoIt can do it on its own, which is nice but not something anyone will use it for. Joepnl (talk) 02:54, 2 December 2011 (UTC)
Hello fellow Wikipedians,
I have just modified one external link on AutoIt. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:
{{dead link}} tag to http://www.autoitscript.com/forum/index.php?s=&showtopic=22349&view=findpost&p=155491When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).
This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).
Cheers.—InternetArchiveBot (Report bug) 04:53, 22 October 2016 (UTC)
The example script driving the Calculator app doesn't seem to work on Windows 10. I think the issue is the wait for a window of the "CalcFrame" class, which never shows up. The app seems to have been rewritten, thus sporting a new class name. It would be nice to have this script updated. — Preceding unsigned comment added by Hobbes78 (talk • contribs) 14:23, 23 March 2017 (UTC)
a Leap year is NOT JUST any year thats dividable by 4. if the year is dividable by 100 its NOT a leap year: https://en.wikipedia.org/wiki/Leap_year
85.149.83.125 (talk) 19:20, 9 January 2018 (UTC)
To me, this is another variation of AutoHotKey. Why would anyone bother? — Ineuw talk 12:26, 25 August 2020 (UTC)
Wikipedia is an encyclopedia that takes a neutral point of view. It should not promote anything. So it reports that these two similar tools exist. Brian R Hunter (talk) 18:00, 25 August 2020 (UTC)
When it came out there only existed high-level languages with expensive IDEs. Today you can choose from many languages and IDEs that don't cost a lot of money or are even free. The possibilities of AutoIt are very limited and it can't do any magic that nobody else can't. Even in 1999 I could just send keys or mouse events via Win32 API. If you would use uncompiled scripts in real use at the end user you would have the advantage that you could change something quickly but mostly I see compiled scripts with no advantages over other languages... 91.17.152.103 (talk) 07:57, 15 November 2022 (UTC)
This forum is not accessible if you aren't a member there. 91.58.118.24 (talk) 12:40, 8 December 2022 (UTC)
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.