Introduction to KoalaScript

Welcome to KoalaScript, the complete scripting solution for KoalaTerm.

KoalaScript is an interpreting language like most other scripting languages, it doesn't need to be compiled to run. KoalaTerm 3.0 uses its built-in interpreter to execute scripts, supply terminal and system status, and display result if any.

A KoalaScript file is a plain text file, you may use any text editor to create a script. And there are many ways to invoke a script (loaded from a script file, or just a few lines you can type in the KoalaTerm settings pages): from menu, by keystroke, clicking a button, or triggered by host sequence.

KoalaTerm team is improving and enhancing the KoalaScript constantly, we want to develop a powerful enough for everybody to carry out their scripting needs, yet simple enough for everybody to master it easily. So we welcome your opinions as programmers, it will help us to put a priority for every improvement and enhancement.

What KoalaScript Can Do for You

  1. KoalaScript can generate input and send to the host, just like you do with a keyboard,
  2. KoalaScript can get and process the stream sent to your PC from the host, for example, it can screen all the text received and wait for particular strings;
  3. KoalaScript can alter many aspect of the terminal settings, just like you do with the "KoalaTerm Settings" dialog;
  4. KoalaScript can make use of PC system functions like message boxes, sound file playing, file system operations, etc;
  5. KoalaScript can do other simple process like arithmetic expressions, string operations.

How to Invoke KoalaScript Scripts

Overview of KoalaScript Language

KoalaScript Object Reference

Go to Index Page