Dec 19 MortScript 3.1freeware released - new version of MortRunner
Found in:Software,
If you need to do some repetitive or complex tasks in your Pocket PC then you can use MortScript to run kind-of *.BAT (batch) files inside of your device - to handle files and registry entries in programmatic way.MortScript interprets a (quite) simple batch language. If you know .bat files in DOS or shell scripts in *nix: it's something like that. Its focus is to remote control or launch other applications, not to write real applications. It's more an hacker tool without a nifty interface, you have to write your scripts with any text editor. For beginners, this might be a bit too complicated.
Available commands currently include:
* 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", Ctrl- and any text
* Send mouse clicks
* File operations: copy, rename/move, delete, create shortcuts
* Create and remove directories
* Read from and write into the registry (string and dword values)
* If conditions, Choice selections and 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, ...)
V3.1
* Renamed to MortScript, new extension .mscr
* Multiline statements (with "\")
* Expressions as parameters (with "{ expression }")
* Simplified "If expression" with parentheses or braces
* ^CR^, ^LF^, and ^TAB^ for quoted strings
* ForEach loops
* Switch conditions
* Read and write text files (IniRead, ReadFile, WriteFile)
* Download files from internet (Download, IniRead, ReadFile)
* Overwrite parameter for XCopy, Copy, Move, and Rename
* Other new commands: RegDeleteKey, Input, SleepMessage, GetVersion,
* GetSystemPath, GetColorAt, GetRGB, GetWindowText
If you like this post, You can Share it or Tell a Friend about!
Subscribe :
Comments onMortScript 3.1freeware released - new version of MortRunner
ciao
Mailing Listreceive the latest mobile related news and






thx for your sharing