`
ppjava
  • 浏览: 137615 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

AutoIt windows下图形界面的自动脚本

阅读更多

 

AutoIt是一个免费的BASIC-like脚本语言,用于windows下图形界面的自动脚本编写。

 

名气很大应该不错。

 

 

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required!

AutoIt was initially designed for PC "roll out" situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.

Features:

  • Easy to learn BASIC-like syntax
  • Simulate keystrokes and mouse movements
  • Manipulate windows and processes
  • Interact with all standard windows controls
  • Scripts can be compiled into standalone executables
  • Create Graphical User Interfaces (GUIs)
  • COM support
  • Regular expressions
  • Directly call external DLL and Windows API functions
  • Scriptable RunAs functions
  • Detailed helpfile and large community-based support forums
  • Compatible with Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista / 2008
  • Unicode and x64 support
  • Digitally signed for peace of mind
  • Works with Windows Vista's User Account Control (UAC)

AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executables with Aut2Exe .

Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!

Best of all, AutoIt continues to be FREE - but if you want to support the time, money and effort spent on the project and web hosting then you may donate using the link to your left in the menu.

Take me to the downloads page!

分享到:
评论

相关推荐

    koda图形设计器autoIt专用

    【Koda图形设计器】是专为AutoIt编程语言设计的一款强大的图形用户界面(GUI)构建工具。这款软件允许开发者无需编写复杂的代码,就能快速、直观地创建出美观且功能丰富的用户界面。AutoIt本身是一种轻量级的脚本...

    autoit v3脚本制作

    其次呢,它是脚本,常见的脚本诸如vbs,P处理(我一直把p处理认为是一种脚本),虽然够也强大,但是也没有弄出图形界面的美观吧。AU3就可以,她可以通过cmdline调用和执行任何dos命令,同时界面上也给用户DIY提供了...

    AUTOIT 写的自动安装驱动源代码

    - AUTOIT 是一个免费的 Windows 自动化脚本语言,支持 GUI(图形用户界面)创建、系统控制、文件操作等。 - AUTOIT 脚本可以通过 `Run`, `RunWait`, `ShellExecute` 等函数来启动外部应用程序,如驱动安装程序。 - `...

    软件自动安装Autoit学习

    AutoIt是一种轻量级、强大的编程语言,专为自动化任务设计,尤其在Windows操作系统环境下。它的名字来源于“Automation with AutoIt”这一概念。AutoIt的主要功能是帮助用户编写脚本,实现对桌面应用程序的控制、...

    AUTOITV3脚本教程

    AutoIt 目前最新是v3版本,这是...它设计用于Windows GUI(图形用户界面)中进行自动化操作.它利用模拟键 盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。 IT天空网站Let's AutoIt (Plus) 教程Level2电子版,有水印

    自动编程AUTOIT3.3.6.1中文最新版

    AutoIt 是一个脚本语言的免费软件,它设计用于Windows GUI(图形用户界面)中进行自动化操作 AutoIt可以做的事: 模拟键盘和鼠标动作 对窗口进行移动,整大小和其它操作 直接与窗口的“控件“交互(设置/获取文本,移动,...

    autoit-v3-setup autoit-v3-setup

    AutoIt 是一款强大的自动化脚本语言程序,特别适合于Windows操作系统环境下的系统管理和自动化任务。它的设计目标是简化日常的计算机操作,对于那些需要频繁执行相同步骤的用户来说,AutoIt 提供了一种简单易学的...

    autoit安裝軟件

    AutoIt是一种轻量级、高效的自动化脚本语言,主要用于Windows操作系统环境下的任务自动化。它以其简单易学的语法和强大的功能,在IT行业中受到许多用户的喜爱,尤其适合进行批量操作、系统管理以及软件安装等任务。 ...

    AutoIt3CHS.rar

    AutoIt 是一种轻量级、易于学习的脚本语言,适用于编写自动化脚本,尤其适合对Windows GUI(图形用户界面)进行自动化操作。它拥有丰富的内置函数和命令,能够实现对Windows API的调用,从而实现对系统更深层次的...

    傻瓜式的Autoit3代码设计器.Autoit3门外汉助手0.1.7z.rar

    AutoIt3是一款强大的自动化脚本语言,主要用于Windows操作系统上的任务自动化。它以其简单易学、语法简洁的特点,深受初级编程者和系统管理员的喜爱。"傻瓜式的Autoit3代码设计器",正如其名,是为了让那些对AutoIt3...

    Autoit电子书籍教程

    - AutoIt的应用场景:包括系统维护、软件安装自动化、数据录入、GUI(图形用户界面)创建等。 2. **AutoIt语法基础** - 变量与数据类型:了解如何声明和使用变量,包括数值型、字符串型、数组等数据类型。 - ...

    AutoIT v3 中文版

    AutoIt 目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于Windows GUI(图形用户界面)中进行自动化操作.它利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务.而这是其它语言不可能...

    22课 逆战自动开枪初始脚本_逆战自动开枪源码_逆战_

    在IT行业中,这样的脚本通常涉及到游戏编程、自动化和用户界面自动化(UI Automation)等领域。以下是关于这个主题的详细知识讲解: 一、游戏编程基础 1. 游戏引擎:逆战是基于特定的游戏引擎开发的,它负责渲染...

    autoit3.zip

    window与linux美中不足的就是自动化操作,linux中只要简单的shell脚本就能实现大量批处理操作,可是windows中大部分程序主要GUI(界面)完成的,在这种近况下大量的冗余操作无聊而又容易出错。有没有办法完美的windows...

    autoIt autoit autoit

    AutoIt 是一款强大的自动化脚本语言,主要用于Windows操作系统环境下的任务自动化。这款工具以其简单易学、功能丰富的特性,深受IT专业人士和爱好者的喜爱。在Windows系统中,无论是批量处理文件、控制窗口交互,...

    autoit学习

    总的来说,AutoIt是一个功能强大的脚本工具,适合于Windows平台下自动化测试、配置管理、程序维护等多种场景。掌握了AutoIt,对于提升工作效率、减少重复性工作具有明显优势。对于IT从业者来说,掌握AutoIt的使用...

    AUTOIT_3.3.9.0-1软件工具

    3. **函数库**: AUTOIT有丰富的内置函数库,覆盖了系统控制、文件操作、网络通信、图形用户界面(GUI)创建等多个方面,使得自动化任务的实现更加便捷。 4. **Windows自动化**: AUTOIT能控制窗口、模拟键盘和鼠标...

    AutoIt脚本编程

    总之,AutoIt脚本编程提供了一个强大而灵活的平台,让任何人都能轻松实现Windows环境下的自动化任务。无论是个人用户提高工作效率,还是开发者构建小巧实用的工具,AutoIt都是一个值得探索的优秀选择。通过不断实践...

    AUTOIT_3.0下载

    6. **GUI(图形用户界面)创建**:AUTOIT可以创建自定义的GUI窗口,用于用户交互或数据显示,这对于开发小型应用程序或工具非常方便。 7. **编译器支持**:编写好的AUTOIT脚本可以被编译成独立的.exe可执行文件,...

Global site tag (gtag.js) - Google Analytics