Archive

Archive for the ‘Official’ Category

Processing exceptional situations with RoutineBot

July 6th, 2009

Starting version 1.5 RoutineBot has an advanced function to process exceptional situations.

Short note about how it is organized:

  • After each function RoutineBot calls OnException script (that you can change from Project menu).
  • The default OnException script contains code which will search for windows with “Exception…” caption or icon.
  • You can change the default script or replace it with your own. For instance, you can add code to log some operations in text file.

Safe functions:

  • By default RoutineBot calls OnException script after all functions, but for sure, there are functions that most likely will not produce any exception (like MouseFocus), so you can add these functions to list of “safe” functions, which is available from Project menu. In the latest versions OnException script is available from “Explorer” tab
  • Why put some function in the “Safe functions” list. OnException script takes some time to execute, so if you will add some functions to “Safe functions” list, you will be able to run the script faster.
  • Share/Bookmark

admin Official

Schedule script start with RoutineBot

July 6th, 2009

RoutineBot now has a function to schedule the start of scripts with Windows Scheduler.

To use the function select “Scheduler” command in Project menu:

Scheduler of the RoutineBot

Scheduler of the RoutineBot

Please, note: script can be scheduled with Windows Scheduler, only if the password for your Windows account is not empty, it is feature of Windows.

  • Share/Bookmark

admin Official

Improve window testing process – FindWindows, Activate, SendMessage

March 20th, 2009

FindWindows function in RoutineBotNew version RoutineBot supports functions, that help managing with windows.

The program can find any window using text in the caption or process name as a filtering option.

Once the window was found it is possible to use SendMessage command for further processing.

As there are might be more than one window with certain caption, the are some new functions that will help to manage the list of found items.

Check the latest version of command list for details.

  • Share/Bookmark

admin Articles, Official