MortScript is a simple scripting/batch language for Windows Mobile. It enables you to write "batch files" similar to .bat files in DOS or shell scripts in *nix. Features - Run, activate, hide, close, and kill programs
- Wait functions: certain timespan, wait for existence or activation of windows.
- Send keystrokes: carriage return, space, tabulator, ESCape, direction keys, delete (<-), "Print", and strings
- Send mouse clicks
- File operations: download, read, write, copy, rename/move, delete, create shortcuts
- Create and remove directories
- Read, write and remove registry values (string and dword values)
- If conditions, Choice selections and ForEach, While, or Repeat loops
- Some system features (e.g. rotation, volume, backlight brightness, soft reset)
- Subroutines (Call, Sub/EndSub)
- Variables and simple expressions (simple math, string contatenations, ...)
For more informations, including a complete command list, please read the contained readme.txt (will be installed) or the instructions on my homepage.
|