IT-Tool AddOn’s

This contains all the AddOn’s for IT-Tool.


Addon for MongoDB

The Addon will provide functionality to connect to a MongoDB database.MongoDB is a NoSQL database, normally used with JSON. MongoDB is a NoSQL database, normally used with JSON. To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples zip file. More information can […]


Addon for KeePass

The Addon will provide functionality to connect to KeePass database files. KeePass is a tool to keep passwords and usernames safe. Sometimes it is easy to get information automatically from a KeePass database file, to use within IT-Tool. This addon will provide functions to do so. To use the AddOn, […]


Addon for Graphics

The Addon will provide functionality to show and create graphical objects. For now it is limited to charts The code is based on the Microsoft Chart object and the Gantt chart library (https://www.codeproject.com/Articles/20731/Gantt-Chart). To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples […]


AddOn for SSH and FTP

The Addon will provide functionality to connect via SSH, SFTP and FTP. The code is based on SSH.NET (https://sshnet.codeplex.com/) and on the FTP client library for NET (http://www.codeproject.com/Articles/11991/An-FTP-client-library-for-NET). To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples zip file. More information can […]


Addon for Rumba

Rumba is a terminal emulation solution with UI (User Interface) modernization properties. Rumba allows users to connect to so-called ‘legacy systems’ (typically a mainframe) via desktop, web and mobile. The Addon will provide functionality to control WallData Rumba. It makes use of  the WD_API.  This code can only handle one […]


Addon for Webbrowser

The Addon will provide WebBrowser possibilities.  HTM/HTML files can be handled or Webbrowsing scripting can be included within the IT-Tool script code. This way, fields can be entered or webpage sources can be checked and analysed automatic. To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also […]


Addon for JSON

The Addon will provide functionality to format or to get data from JSON messages. The code is based on JSON.net (http://www.newtonsoft.com/json) and is open source under the MIT license. To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples zip file. If you […]


Addon for Process

The Addon will provide Batch/Command possibilities. BAT/CMD files can be handled or BAT scripting can be included within the IT-Tool script code. Note that not every CMD function is implemented, e.g. Input is not implemented. Since IT-Tool contains enough methods to obtain input, it should in general not be an […]