Content
KoalaTerm Script Introduction
Introduction
- 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
- KoalaScript can generate input and send to the
host, just like you do with a keyboard.
- 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;
- KoalaScript can alter many aspect of the terminal
settings, just like you do with the "KoalaTerm Settings" dialog;
- KoalaScript can make use of PC system functions
like message boxes, sound file playing, file system operations, etc.;
- KoalaScript can do other simple process like
arithmetic expressions, string operations.
How to Invoke KoalaScript Scripts
Overview of KoalaScript Language
KoalaScript Object Reference
Content