Bundle of about 50 components covering:
1). File/stream/directory access on binary,text,db-like levels, access to additional stream-like objects as files. This includes for example file-like access to network connection (through external components);
2). active script hosting and threads running. Using the components from the pack you can implement in VB/C and even ASP server applications or any other ActiveX enabled environment custom active script hosting, run scripts or binary COM objects in background threads.
3).System info and various tools including shortcut creation, version info and so on;
4). Multipurpoise dictionary/collection objects for usage in any applications that need collection or associative array functionality. Also the collections are capable of handling more complex structures such as collections of collections and search nodes in them - you can choose whatever complexity of usage you may need;
5). Structured data management and store/restore to files, registry and streams. This is named also UDS and implements abstract architecture that goves the application opportunity to save/restore data in different formats and medias. It uses tree-like structure (Object model) based on the universal collections in the pack and is best for handling complex application configurations (better way than INI files), data exchange between applications or machines (for example the data can be transfered through any binary stream - file, memory, network connection)
6). Advanced COM. Write COM object in script - more flexible than WSC. Maintain custom COM apartments and so on.
7). Others: Binary data access on low level (mostly useful from scripting), Data type conversion tools and other small utilities for script languages lacking certain features, INI file read/write, custom synchronization object for work with freethreaded components (mostly useful in ASP and VB) and many others.
Includes script host application for Desktop and CE Windows OS-es.