Version 1.0.0.1
---------------
Release date: 03/02/2009

Included functions:
-------------------
- SetAttributes:    Set file system attributes to entire directories.
- ReplaceInFile:    Replace a string with another string in a given file.
- WReplaceInFile:   Same as ReplaceInFile, but works with unicode files.
- ReplaceInFileEx:  Replace two strings at the same time in a given file.
- WReplaceInFileEx: Same as ReplaceInFileEx, but works with unicode files.
- TerminateTask:    Terminate a running application.
- CheckTask:        Check if task is currently running.
- IsUserLocalAdmin: Check if current user is a member of the local administrator group.

New in version 1.0.0.1:
-----------------------
- WReplaceInFile and WReplaceInFileEx. Both functions are working with unicode files.
- Extended Function result for $1 updated. New value: error occurs.
- Updating MojoPack_Readme.txt.


Version 1.0.0.0
---------------
Release date: 03/01/2009

Included functions:
-------------------
- SetAttributes:    Set file system attributes to entire directories
- ReplaceInFile:    Replace a string with another string in a given file
- ReplaceInFileEx:  Replace two strings at the same time in a given file
- TerminateTask:    Terminate a running application
- CheckTask:        Check if task is currently running
- IsUserLocalAdmin: Check if current user is a member of the local administrator group