Gizmo Script is a scripting language which is focused on automation. It allows you to easily simulate keystrokes, mouse movements, mouse clicks, create files, modify or read them, execute database queries, spy on ListView controls in a foreign process, search and terminate processes, extract text from clipboard, shutdown or hibernate your PC, access and manipulate registry keys, and perform synchronization operations programmatically.
Here are some key features of "Gizmo Script":
· Simulate keyboard commands and keystrokes
· Simulate mouse movements and mouse clicks
· Automate repetitive tasks with explicit/relative functionality
· Spy on controls in a foreign process and monitor them
· Enumerate Windows/Processes; perform actions on them
· Read and manipulate registry values
· Access databases programmatically (with Gizmo Database)
· Sync programmatically (with Gizmo Synchronization)
What's New in This Release: [ read full changelog ]
· Added "Run" button to Gizmo Script documents. This allows scripts to be run from the document editor, without having to save the file first.
· Changed background color of script editor to pure white
· Added more search paths for #include directive in Gizmo Script. The interpreter checks the current path, the base path of any other included files, and then finally the official include path
· Added corresponding hot key for "Language Reference" button
· Gizmo Script v2.0.x is now FREE
· Added support for the new Component Manager. The Component Manager is responsible for installing/uninstalling components, loading/unloading, and checking for updates.
· Added support for new "Open With" feature
· Fixed parsing issue which prevented the first parameter from being defaulted, in a function declaration
· Added support for unary operators, negative [-], positive [ ], and logical NOT [!]
· Fixed parsing issue which caused syntax displays to become muffled, in the documentation and in compiler errors