GithubHelp home page GithubHelp logo

automand's Introduction

automand

Windows 自动化工具 命令行界面

快速开始

  1. 编写命令文件 (后缀名任意)
  2. 命令行执行: atm [command-file]

命令行语法

atm [command-file]

命令文件编写规范

  1. 每行只有一个命令
  2. 命令参数置于命令名称之后

命令列表 & 参数 & 范例

  • lu: 松开鼠标左键
    • 无参数
  • ld: 按下鼠标左键
    • 无参数
  • ln: 点击鼠标左键若干次
    • 参数: 点击次数, 每两次点击之间的时间 (单位毫秒)
    • 范例: ln 10 100
  • ru: 松开鼠标右键
    • 无参数
  • rd: 按下鼠标右键
    • 无参数
  • rn: 点击鼠标右键若干次
    • 参数: 点击次数, 每两次点击之间的时间 (单位毫秒)
    • 范例: rn 10 100
  • mv: 移动鼠标 (增加坐标)
    • 参数: 增加的横坐标, 增加的纵坐标 (若为负数则减少)
    • 范例: mv 50 50
  • kb: 点击键盘按键若干次
    • 参数: Virtual-Key 代码 (见附录), 点击次数
    • 范例: kb 65 10
  • wt: 等待一段时间
    • 参数: 时间 (单位毫秒)
    • 范例: wt 1000

附录

automand's People

Contributors

uzxn avatar

Watchers

 avatar

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.