资 源 简 介
Please see documentation at http://b3nf.com/codepages/lnz/index.html .
Write JavaScript scripts to automate nearly anything in Windows: open programs, simulate keystrokes, simulate mouse movements and clicks, and work with files. Comes with a dedicated code editor with built-in documentation, tooltips, and autocomplete. Language includes dialog boxes for interactive scripts and can be used as a general programming language.
test.js:
Process.open("notepad.exe")Time.sleep(500);Keyboard.send("hello!")
Screenshot of Lnz Editor in action:
http://b3nf.com/codepages/lnz/lnz02ss01.PNG
Currently uses a combination of Qt toolkit, Nircmd, win api, and AutoIt dll.