Resources


Contents

This section contains information on writing KiXtart scripts. Over the course of the next few months we will be adding lots of sample scripts, tutorials, registry hacks and batch file samples.

Reference Material

KiXtart HTML Reference - A bookmarked HTML reference for the KiXtart Language. Thanks to Paul Rosser.

KiXtart Scripts

nice_login.kix - Show the user something nice while they are logged in.

text_search.kix
- Search for a substring within a string bound between two delimiters.

fix_foriegn_language_characters.kix
- Characters without accents and numbers are represented by the same coding in ANSI and in ASCII. Emphasized character codes are different. This program allows to transform the text of error messages provide by the macro @ERROR of KiXtart v3.50. This program functions with French versions of Windows NT 4.0 and 95.

ini2reg.zip - Ini2Registry is a KiXtart script to read Windows registry settings from an INI file and put them into the registry.

Create_MS_Outlook_Items.kix - A simple example script that alows you to do some MS-Outlook automation.

Batch Files

logon.bat - Generic command line logon script for Windows 95 clients and KiXtart.

Tutorials

Registry Hacks