Friday, May 13, 2011

Autoit and Vmware converter

AutoIt is a scripting language similar to BASIC to automate a large number of functions in Windows. It can automatically acting on the movements of the mouse, keyboard or Windows to simulate user interaction. To use AutoIt, but must get their hands dirty since the software offers no GUI. To create an automation script, it uses a simple text editor. AutoIt Welcome to this tutorial for the scripting language. Your decision to deal more intensively with you that language will be expected to be worth. Most of those who have tried to AutoIt are excited for different reasons.

Example:
Order - WinActivate ("Calculator" [, "text"]) - allows for example to enable the focus to the window named "Calculator".

The number of features is impressive and we can use AutoIt to act on the hard disk (research, creating or deleting files, creating virtual disk ...), on the keyboard, the mouse on the registry (adding or removal of keys) on the process (waiting, destruction, priority) ... The opportunities seem enormous if you include the management of variables, loops and all these things that make programming exciting. AutoIt can even compile a script to create a file. Exe usable without the software.

Features :
  • Windows and DOS files to run
  • Simulate key presses (most keyboard schemes are supported)
  • Mouse movements and clicks simulate
  • Move window to change, (e.g. size) and otherwise manipulate
  • Direct interaction with controls in windows (text set / read, move, (de) activate, etc.)
  • Using the clipboard to work cutting and pasting of text to enable
  • Working with the Registry
  • Compiled EXE files, but are completely independent and can run up to 250 KB in size and encoded
  • Support for all core functions in Windows 95-2003 equally (if supported by the operating
  • AutoIt is free - the most competitive products usually cost less and offer dozens of functions

No comments:

Post a Comment