home *** CD-ROM | disk | FTP | other *** search
- This is version 4.3.5 of Macro Scheduler which replaces all previous versions.
-
- Version 4.3.5 - 07/03/98
- ------------------------
-
- Fixes :
-
- Stopped Run Now button and icon resetting when macro run from another macro.
- Stopped Wait.. commands taking 100% cpu on Win95.
- Fixed recovery of repeating schedules.
-
- Additions/Changes :
-
- Modified Add & Sub commands to add/subtract days to/from dates.
- Three new date commands : Day, Month, Year
- Variables passed in Macro command can now reference other previously allocated variables.
- Added CloseWindow command to close windows and applications.
- Added GetActiveWindow command to return title and X,Y coords of active window.
- Added support for more hotkeys (including function keys).
- New option in advanced scheduling to set macros to always run on startup.
- Added embedded variable assignation using %variable% format.
- Windows 95 special keys added.
-
-
- Version 4.3.4 - 31/01/98
- ------------------------
-
- Fixes :
-
- Exception errors on NT3.51 when running scripts (introduced in version 4.3.3) fixed.
- Memory leaks with wildcarded window operations plugged.
- Wait times of less than one second now accurate.
- Fixed sticky message window when script run from desktop shortcut.
- Fixed problem with double click and F1 on command in editor bringing up wrong help topic.
- Problems with Macro Scheduler stopping system from shutting down should be fixed for good now.
- Stopped startup schedule checks from running when launching a script/macro from command line.
- Addressed problems with unusual system shortdate formats.
-
- Additions/Changes :
-
- Added icons to macro list for more information.
- When translating macros to scripts, the removal of adjacent mouse move commands is now optional.
- The cursor position monitor can be switched between relative and absolute.
- Added ability to show cursor position at mouse cursor so that position can be seen even when macro window is concealed.
- Added timeout and success checking to WaitWindowClosed/Open commands.
- More hotkey combinations are now available.
- Added the ability to pass variables to scripts with the Macro> command.
-
-
- Version 4.3.3 - 10/01/98
- ------------------------
-
- Fixes :
-
- Fixed bug where schedule would only work if system time seperator was a colon.
-
- Additions/Changes :
-
- Variable support added to Change Directory and MouseMove commands.
- MouseMoveRel command. Works like MouseMove, but moves relative to active window.
- GetWindowPos command to retrieve upper left coords of given window.
- GetClipBoard function to retrieve contents of the clipboard.
- PutClipBoard to insert values into the clipboard.
- MoveFile, CopyFile, DeleteFile now handle wildcards.
- FindWindowWithText - locate and setfocus to window containing specified text somewhere within it.
- Window handling error messages improved to indicate the window that was being sought.
- System tray icon now flashes when a script is running.
- Context sensitive help added to forms, macro command list and macro editor.
-
-
- Version 4.3.2 - 12/12/97
- ------------------------
-
- Fixes :
-
- All international characters now supported.
- Macro name illegal character error now trapped to avoid file errors.
- Add and Sub routines - format of whole numbers altered (zero decimals removed).
-
- Additions :
-
- Ability to sort command list.
- MidStr command to extract substrings from strings.
- Position command to return position of one string in another.
- Command reference added to help file.
-
-
- Version 4.3.11 - 18/11/97
- -------------------------
-
- Fixes :
-
- Fixed startup date problem which occured on NT platforms.
-
-
- Version 4.3.1 - 01/11/97
- ------------------------
-
- Additions :
-
- New commands for handling Num Lock, Scroll Lock and Number pad keys.
- GetDate and GetTime commands.
- Command to read parameters from INI files.
- Ability to pass parameters on command line.
- Advanced scheduling options for system recovery and repeat stop time.
- Ability to more quickly disable/enable a macro's schedule.
- Macro command now allows running of scripts as well as recorded macros.
-
-
- Version 4.3b - 11/10/97
- -----------------------
-
- Fixes :
-
- Stopped Hotkey setting getting lost after scheduled macro run.
- Month date schedule problem fixed.
-
-
- Version 4.3 - 28/09/97
- ----------------------
-
- Fixes :
-
- Update button no longer updates wrong line if another line selected after pressing Edit Line.
- Stop button now available when script is scheduled, rather than just the break option.
-
- Additions :
-
- Now works on NT3.51
- Mouse cursor position monitor added to settings form.
- Default font settings for editor can be changed.
- Macro translator ignores unneccesary duplicate control key presses.
- Repeat every x minutes now allows up to 1440 minutes.
- Variables can now be declared using new Let> command.
- All existing commands which take a parameter can accept a declared variable.
- Input box command to get a value from the user.
- ConCat command to concatinate string values.
- Add command to add two numeric values.
- Sub command to subtract a numeric value from another.
- If command to perform conditional branching based on boolean operation.
- CreateDir command to create directories.
-
-
- Version 4.2.3 - 23/09/97
- ------------------------
-
- Fixes :
-
- Correct handling of caps lock state in macro recording and translation, to ensure characters are sent in intended case.
-
- Additions :
-
- Three new commands: Press CAPS, CapsOn, CapsOff
-
-
- Version 4.2.2 - 20/09/97
- ------------------------
-
- Fixes :
-
- 'Send Character/Text' now handles extended keys that use the right hand alt key such as the German '\' character.
- The recorded macro translator also now handles these keys.
-
-
- Version 4.2.1 - 16/09/97
- ------------------------
-
- Fixes :
-
- System keys released automatically when scripts run from hot key.
- ExecuteFile command hanging fixed.
-
- Additions :
-
- 2 New Commands (IfFileExists,IfFileChanged)
-
-
- Version 4.2 - 08/09/97
- ----------------------
-
- Additions :
-
- Recorded macros can optionally be translated to scripts and edited.
- Ability to assign hot keys to macros.
- Commands for controlling the mouse.
-
-
-
- Version 4.2 - 08/09/97
- ----------------------
-
- Additions :
-
- Recorded macros can optionally be translated to scripts and edited.
- Ability to assign hot keys to macros.
- Commands for controlling the mouse.
-
-
- Version 4.1.2 - 31/08/97
- ------------------------
-
- Fixes :
-
- Memory leaks investigated and patched.
-
- Additions :
-
- Added the ability to stop macro recording using a user defined hot key to avoid the need to set focus back to the Macro Scheduler window.
- Addition of ALT GR key to key list.
-
-
- Version 4.1.1 - 14/08/97
- ------------------------
-
- Fixes :
-
- Fixed bug causing exception error when script containing a message statement is run from the command line.
-
-
-
- Version 4.1 - 06/08/97
- ----------------------
-
- Changes :
-
- Altered window handling commands to only attempt substring window title matches when an an asterisk is specified at the end of the text.
-
-
- Version 4.0 - 26/07/97
- ----------------------
-
- Additions/Changes :
-
- Execute File method to launch files based on their associations.
- EditIniFile command to edit INI files.
- Added Edit Line Button on script creation window.
- Macro list now sorted alphabetically.
- Browse button for Run Program command.
- Changed window handling commands to work with substrings.
- added Help button.
- Added ability to stop a macro during execution.
- Added automatic creation of desktop shortcuts.
- Re-coded wait command to multi-task better and not lock up so tightly.
- 'Jazzed' up interface a little.
- Added more error checking.
-
- Fixes :
-
- Fixed bug with logging.
- Fixed NT4.0 close down problem.
- Fixed problem with looping causing errors if more
- than one script running at once.
-
-
- Version 3.0 - 01/07/97
- ----------------------
-
- Additions :
-
- Logging capability.
- Encryption facility.
- Free format editor.
- Import method.
- CopyFile,MoveFile,DeleteFile commands.
- Message Command.
- Enhanced error checking.
-
-
- Version 2.0 - 08/06/97
- ----------------------
-
- Added macro recording capability.
- Changed repeat every from hours to minutes.
- Added monthly run option.
- Fixed command line bug.
-