Coder Social home page Coder Social logo

autoit_script_compiler's Introduction

autoit-v3 script compiler, only supports 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.

Features

  • run autoit-v3 script;

  • compile autoit-v3 script to an executable file;

Installation

dart pub add autoit_script_compiler

Usage

** create a file named "script.au3", content is as follows: **

MsgBox(64, "guide", "Hello, world!")
import 'package:autoit_script_compiler/autoit_script_compiler.dart' as autoit;

void main() async {
  await autoit.run("./example/script.au3"); // run autoit script
  // or
  await autoit.compile("./example/script.au3", target: "./script.exe"); // compile autoit script
}

autoit_script_compiler's People

Contributors

aspurple avatar

Stargazers

 avatar

Watchers

 avatar

autoit_script_compiler's Issues

How to pass variable to script.3au

Let's say I have a variable that I want to pass to script.3au, like var=3,var1=6

Like I have in ui of flutter input and button and in input there is a number that I want to pass it to script.3au.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.