Discuss Pocket PC software here.
Mar 16th, 2007, 9:52 pm
Description:
MortScript interprets a (quite) simple batch language. If you know .bat files in DOS or shell scripts: it's something like that. Its focus is to remote control or launch other applications, not to write real applications. I.e., you can't do complex dialogs or graphics with it.

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. However, it's still far more easy to use than e.g. C++.
Features
Available commands currently include:

* Run, activate, hide, close, and kill programs
* Wait functions: certain timespan, wait for existence or activation of windows, lots of other conditions (SleepMessage).
* Send keystrokes, mouse clicks, and some window messages (OK, Cancel, Yes, and No buttons) to windows
* File operations: copy, rename/move, delete, create shortcuts, read and write text files
* Support of ZIP archives (no replacement of existing archived files)
* Read/write access to serial (COM) ports
* Create and remove directories
* Read from and write into the registry
* Open and close connections (closing no longer possible since WM5 AKU3), read files from the Internet
* Several condition and loop structures (If, Switch, Choice dialog, While, ForEach, ...)
* Lots of system features (e.g. rotation, volume, backlight brightness, soft reset, battery level, ...)
* Subroutines (Call, Sub/EndSub)
* Variables, expressions (integer operations, string contatenations, ...), and lots of integrated functions

History:
V4.0

* 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
More Info:
http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29

Download:
http://rapidshare.com/files/21371969/MortScript-4.0.zip
[/quote]
Mar 16th, 2007, 9:52 pm
Apr 2nd, 2007, 11:27 am
MortScript v4.0 (freeware)
Requirements: Pocket PC 2002, ARM Processors
Overview: 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.

Image

Available commands currently include:
- Run, activate, hide, close, and kill programs.
- Wait functions: certain timespan, wait for existence or activation of windows, lots of other conditions (SleepMessage).
- Send keystrokes, mouse clicks, and some window messages (OK, Cancel, Yes, and No buttons) to windows.
- File operations: copy, rename/move, delete, create shortcuts, read and write text files.
- Support of ZIP archives (no replacement of existing archived files).
- Read/write access to serial (COM) ports.
- Create and remove directories.
- Read from and write into the registry.
- Open and close connections (closing no longer possible since WM5 AKU3), read files from the Internet.
- Several condition and loop structures (If, Switch, Choice dialog, While, ForEach, ...).
- Lots of system features (e.g. rotation, volume, backlight brightness, soft reset, battery level, ...).
- Subroutines (Call, Sub/EndSub).
- Variables, expressions (integer operations, string contatenations, ...), and lots of integrated functions.

More Info:
Code: Select allhttp://www.sto-helit.de/

Download Instructions:
http://rapidshare.com/files/23945602/MortScript-4.0.zip
Apr 2nd, 2007, 11:27 am

timothy, 27/11/2006 - 16/08/2010
Apr 2nd, 2007, 9:04 pm
shantzg001, is this supposed to be a release? In that case, you have to post in Software Releases and and according to the "How to post a release" sticky.

Say thank you to timothy for providing you with the complete template for your release. Tell me if you want it moved to Software Releases.
Apr 2nd, 2007, 9:04 pm

Support developers.
Apr 2nd, 2007, 11:08 pm
lifehacker wrote:shantzg001, is this supposed to be a release? In that case, you have to post in Software Releases and and according to the "How to post a release" sticky.

Say thank you to timothy for providing you with the complete template for your release. Tell me if you want it moved to Software Releases.


I hope that it was ok that I show a new member the right form for a release (i hope the right form). :lol:
Apr 2nd, 2007, 11:08 pm

timothy, 27/11/2006 - 16/08/2010
Apr 2nd, 2007, 11:30 pm
timothy185 wrote:I hope that it was ok that I show a new member the right form for a release (i hope the right form). :lol:

It was more than ok, it was very kind and nice of you to do this. :D
Apr 2nd, 2007, 11:30 pm

Support developers.