| Introduction | Start | acdkcfgscript | Language | Library | Embedding | CfgScript IDE | Debugging | Templates | Samples | Wish List |
How to use CfgScript
CfgScript is part of ACDK and runs on all ACDK supported platforms:
- Windows
- Linux
- FreeBSD
- Solaris
CfgScript is a part of ACDK.
ACDK Download on Sourceforge.
Currently there is no binary distribution of ACDK or CfgScript.
You have to compile it at your own from the ACDK sources.
At minimum you have to compile the acdk_core module from the ACDK source
distrubtion.
This will generate a binary acdkcfgscript[_r/_d.exe].
acdkcfgscript [acdk-options] <ScriptFile>
or
acdkcfgscript [acdk-options] -e script code
Sample:
../bin/acdkcfgscript_d.exe -e 'out.println("Hello Folks");'
Hello Folks
See more at acdkcfgscript.
CfgScript files has the extension .csf .
Most CfgScript files included into the ACDK distribution are located
under the direction [package_name]/cfg/csf .
Samples and unit tests can be found under the directory acdk_core/cfg/csf/tests .
|