AKScript 1.20 beta 2 Standalone Edition
Copyright (c) 1999-2000 SoftAK aka Andrey Kolegov
=================================================
http://softak.swrus.com/akscript/
akscript@softak.swrus.com

Contents
--------
- Overview
- System requirements
- Install
- Uninstall
- Contacts

Overview
--------
AKScript - this simple scripting language, intended for automation
some actions in your applications. First, AKScript was developed as
embedding language, but now available standalone version
(32-bit console application). 

Standalone version of AKScript provides same features, that embedding
version, and may be used for automation many tasks on Win32 platforms,
such as processing text files, starting another applications, modeling
of algorithms, advanced batch files replacement and many more. 

AKScript Standalone Edition is freely distributable freeware application.


System requrements
------------------
Any Win32 OS - Windows 95/98, Windows NT, Windows 2000.
200 kb hard disk space (without extension modules).


Install
-------
1. Extract files from archive into some folder with restoring directory
structure. For example:

C:\AKS> unzip -d akscript.zip

2. Run AKScript executable module with -r command line key:

C:\AKS> aks -r

Its will associate AKScript files (.aks extension) with aks.exe module
and create aks.bat file into Windows directory.

3. Now You can "start" all .aks scripts by simple typing its name into
command line or double click in Windows explorer. Also You can start
AKScript interpreter from any location simple typing into command line:

C:\MyScripts\aks myscript.aks


Uninstall
---------
1. Run AKScript executable with -u command line key:

C:\AKS> aks -u

Its will remove all AKScript data from registry and file aks.bat from
Windows directory.

2. Remove all AKScript files from youe hard disk.


Contacts
--------
All questions, suggestions, bug reports you may send to address:

Andrey Kolegov <akscript@softak.swrus.com>

Latest version of AKScript and extension modules you always will find
on AKScript web site:

http://softak.swrus.com/akscript/

