KiXtart
4.61 Beta 1
Size: 303 KB
Downloads: 4127
Platform: Windows All
The KiXtart application was designed to be a free-format scripting language and has rich built-in functionality for easy scripting. It supports COM (providing access to ADSI, ADO, WMI, etc) and thus is easily extensible. What's New in This Release: [ read full changelog ]
New functionality/enhancements:
Added option to disable/enable file system redirection on Windows x64:
· SetOption( "WOW64FileRedirection", "OFF" )
Added option to disable/enable registry redirection on Windows x64:
· SetOption( "WOW64AlternateRegView", "ON" )
· Fixed AScan issue.
· Fixed issue with DISPLAY-ing files larger than 26 KB.
· Fixed resetting console colours following a script error.
· Added a COM implementation of the KiXtart engine.
In order to use the COM implementation, copy KIXTART.DLL to a location on your system and run the following command:
· REGSVR32 KIXTART.DLL
· (Note that this command requires administrative privileges.)
· Once installed, you can use KiXtart from within any Windows application.
The KiXtart COM component is called "KiXtart.Application" and can be instantiated using the CreateObject call:
KiXtart
4.61 Beta 1
Download