Gizmo Script -- Automate your PC and execute functions using script
  software                  

   Site Navigation:

      Overview
      Download
      Support

        Message Forum
        Get More
        Roadmap


   Gizmo Drive
Mount ISOs, encrypted hard drive images to a virtual drive
        
   Gizmo Script
Automate your PC and execute functions using script
        
   Gizmo Database
Query Analyzer and stored procedure analyzer
        
   Gizmo Editor
Colorizing text editor and hex/binary editor
        
   Gizmo Hasher
Calculate hash values for files, folders, and drives
        
   



   
Overview

Gizmo Script v2.7.2

      •   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)

Last Release: Saturday, December 12, 2009 (8 months ago)


                      * Gizmo is Freeware *


        
Supported Platforms:
  • Windows 7 (32-bit/64-bit)
  • Windows Server 2008 (32-bit/64-bit)
  • Windows Vista (32-bit/64-bit)
  • Windows Server 2003 (32-bit/64-bit)
  • Windows XP (32-bit/64-bit)
  • Windows 2000


 What's New?
 (Last 10 changes to Gizmo Script)

Gizmo Script 
Dec-10-2008 v2.6.4 
 Added new 'QuestionBox' method to the 'Window' class 
Gizmo Script 
Sep-04-2008 v2.6.3 
 Added new 'Toolbar' class, which contains methods to Show, Hide, and Toggle toolbars inside Gizmo 
Gizmo Script 
Sep-04-2008 v2.6.3 
 Made some minor UI improvements 
Gizmo Script 
Aug-28-2008 v2.6.2 
 Added the ability to interact and automate elevated processes in Windows Vista 
Gizmo Script 
Aug-02-2008 v2.6.1 
 Added new 'Show the Windows Analyzer' task 
Gizmo Script 
Sep-13-2007 v2.5.1 
 Cleaned up the documentation a little and made some changes to the layout so that it reflects the new style in v2.5 
Gizmo Script 
Sep-09-2007 v2.5.0 
 Released v2.5.0 
Gizmo Script 
Aug-09-2007 v2.0.25 
 Fixed an issue where keyboard escape sequences with {shift} would not behave properly in certain versions of WindowsXP 
Gizmo Script 
Aug-09-2007 v2.0.25 
 Added BrowseFolder, CopyRecursive, CreateEmpty, GetTypeName, Move, MoveRecursive, NormalizeName, and ShowProperties to the File class 
Gizmo Script 
Jul-05-2007 v2.0.24 
 Added SendMessage(), PostMessage(), SetForegroundWindow(), IsValid(), and Find() functions to the Window class 
Gizmo Script 
Jul-05-2007 v2.0.24 
 Added the ability to search child windows in Windows.Find(), Windows.FindByName(), and Windows.FindByClass() 
Gizmo Script 
Jul-04-2007 v2.0.23 
 Added documentation for Virtual Key codes and Keyboard Sequences used by Keyboard.Send() 
Gizmo Script 
Jul-04-2007 v2.0.23 
 Added new Keyboard.SendKey() function, which allows a single keystroke to be simulated, based on Virtual Key code. 
Gizmo Script 
Jul-04-2007 v2.0.23 
 Added Window.Show() function, which allows a window to be Shown, Hidden, Maximize, Minimized, or Restored. 
Gizmo Script 
Feb-20-2007 v2.0.22 
 Added nDelay parameter to Keyboard.Send() 
Gizmo Script 
Feb-20-2007 v2.0.22 
 Changed Keyboard.Send() error messages to be routed through the Desktop Shadow Console 
Gizmo Script 
Feb-07-2007 v2.0.21 
 Made UI changes for Vista 
Gizmo Script 
Jan-28-2007 v2.0.20 
 Added ability to show a Wait Cursor when a Wait object is created 
Gizmo Script 
Jan-20-2007 v2.0.19 
 Added pass-by-reference and pass-by-value support for objects 
Gizmo Script 
Jan-20-2007 v2.0.19 
 Added the ability to pass back objects as return values from functions