MortScript - change log
V4.0 (RC state)



  • Versions for PC, Smartphone, and PNA

  • All new syntax ("Function( expr., expr., expr. )" instead of "Function string, {expr.}, %variable%", variables without %, ...)





  • Functions in expressions, many old conditions/commands also available as functions





  • Support of ZIP files and COM ports

  • Several new system functions (battery level, screen on/off, notifications, ...)

  • Some bugfixes







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



V3.0




  • Variables

  • Expressions

  • Subroutines







  • Some new comparsion possibilities

  • Retrieve values from the Registry or the current time

  • Checking for and killing running applications

  • Avoid/postpone auto power off (IdleTimerReset)









V2.61




  • Bugfix: Error message for Delete was shown on successfull deletion

  • Choice selection: First entry is preselected, bigger buttons



V2.6




  • New tool: Autorun.exe

  • Choice selection

  • New condition "regKeyExists"

  • Optional title for Message and If question

  • New commands: MouseDblClick, CreateShortcut, Rotate, SetBacklight, SetVolume, Reset, Exit









V2.5




  • Improved error handling (error messages, abort on errors, ErrorLevel command)

  • Enabled If conditions and While loops

  • Added "Message", "MkDir", and "RmDir" commands

  • "Run" supports parameters

  • Fixed the problem with menus (If MouseClick opened a menu, the script wasn't continued until the menu was closed manually)



V2.3




  • Added "New" command



V2.2




  • XCopy, Move, and wildcards for Delete







  • Added RegDelete

  • Copy doesn't overwrite no more (use Delete before if necessary!)



V2.1




  • Repeat loops

  • Hint when started without parameters



V2.0




  • Mouse clicks

  • File operations

  • Write in registry

  • More Send commands (SendKeys, direction pad, Home/End)

  • Improved parser (optionally space instead of "=", parameters in quotes)



V1.22




  • added Close



V1.21




  • added SendSpace



V1.2




  • added SendTab, SendEsc, Snapshot

  • Modified icon for .mortrun files



V1.1




  • added WaitFor/WaitForActive



V1.02




  • added SendCR

  • Bugfix at registration of ".mortrun"



V1.0




  • First version