Log in

View Full Version : MortScript V3.1 released (formerly MortRunner)


sto-helit.de
12-11-2005, 03:13 PM
In case you don't know MortRunner already, it's a (quite) simple script/batch language with focus to controlling other apps. In the recent updates, a lot of new features were added.
I renamed it to MortScript since I think this name fits better. MortRunner sounds more like a launcher tool like MortButtons or cLaunch, and in spite to the first betas it's no more limited to "run" other programs...

Download, manual, etc. (http://www.sto-helit.de/modules/edito/content.php?id=38)

Changes in 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