In current implementation, Scripting module grants you access to the following objects:
Full functionality of selected scripting engine (Javascript, VBScript or others) is supported, including functions and objects.
In addition, you are not limited to use any objects exposed by the Windows Scripting Host and others, such as FileSystem, registry access objects etc.
This gives you free control over the capabilities of your script code. For example, one can write a script that opens a text file, parses it according to some protocol and sends encoded data to a serial terminal session.