Сейчас на форуме: rmn (+1 невидимый пользователь) |
eXeL@B —› WorldWide —› AutoIt v3.2.10.0 |
Посл.ответ | Сообщение |
|
Создано: 09 декабря 2007 07:28 · Поправил: linhanshi · Личное сообщение · #1 AutoIt is a freeware Windows automation language. It can be used to script most simple Windows-based tasks (great for PC rollouts or home automation). AutoIt has been in popular use since 1999 and continues to provide users and administrators with an easy way to script the Windows GUI. In February 2004 the latest version of AutoIt - known as AutoIt v3 - was released and added powerful scripting features. AutoIt v3 was developed in a small team with the help of contributors around the world and this has led to a great set of help files, examples, support forum, mailing list, editor files, and third-party utilities. Oh, and lets not forget some nice graphics and wallpapers too! All development is focused on AutoIt v3 but v2 will continue to be downloadable and supported as it is in such widespread use. AutoIt v3 has a completely different syntax to AutoIt2 so old scripts are not compatible. However, AutoIt2 will continue to be supported and downloadable. Both AutoIt v3 and v2.64 can be installed on the same machine together without any problems and you can keep your old scripts intact. AutoIt v2 uses the .aut extension and AutoIt3 uses .au3. There is rarely a need to rewrite a working v2.64 script for v3. AutoIt v3 has the same concepts as previous versions with windows titles and text and keyboard and mouse simulation but has many new features: Controls Directly get information on and interact with edit boxes, check boxes, list boxes, combos, buttons, status bars without the risk of keystrokes getting lost. Even work with controls in windows that aren't active! Language Upgrades "Proper" numbers, unlimited-length strings, complex expressions, if statements, select, while loops, for loops, do loops, functions, arrays, excellent string handling (over 25 functions!) - the list goes on. Everything you need to make your automation routines as painless as possible. Yes, this is a GUI automation language but the syntax in v3 is powerful enough for general purpose scripting. Old versions of AutoIt were often referred to as "not a proper language". Not any more. Key and Mouse Simulation Much time has been spent optimizing the keystroke and mouse simulation functions to be as accurate as possible on all current operating systems. The mouse functions also look more "human" in this version and can even be used to create slick demo scripts. All the mouse and keyboard routines are highly configurable both in terms of simulation "speed" and functionality. Window Management In addition to the "title/text" AutoIt v2 way of accessing windows you can also access windows by their class names and handles. As usual you can expect to move, hide, show, resize, activate, close and pretty much do what you want with windows. And much, much more. You'll probably want to go to the downloads page right now... Home: www.hiddensoft.com Down: www.autoitscript.com/autoit3/downloads.shtml |
|
Создано: 09 декабря 2007 12:01 · Личное сообщение · #2 |
|
Создано: 25 июня 2008 21:50 · Личное сообщение · #3 AutoIt v3.2.12.1 ( 12th June, 2008 ) Download page http://www.autoitscript.com/autoit3/downloads.shtml * Fixed: RunAs() and RunAsWait() now use @SystemDir as the working directory instead of @WorkingDir when a user-supplied working directory is not specified.
----- may all your PUSHes be POPed! |
|
Создано: 25 июня 2008 22:02 · Поправил: linhanshi · Личное сообщение · #4 |
|
Создано: 25 июня 2008 22:10 · Личное сообщение · #5 |
|
Создано: 25 июня 2008 22:11 · Личное сообщение · #6 |
|
Создано: 25 июня 2008 22:14 · Личное сообщение · #7 |
|
Создано: 25 июня 2008 22:17 · Личное сообщение · #8 |
|
Создано: 25 июня 2008 22:19 · Личное сообщение · #9 |
eXeL@B —› WorldWide —› AutoIt v3.2.10.0 |