A ScriptoMate document is the primary unit of work for the end user. Documents can be edited, executed, and debugged


Each ScriptoMate document is stored as a self-contained Xml file, including all settings for that document.


The same ScriptoMate document can be executed in three different ways (see App types):

IDE: the document is executed within ScriptoMate´s Integrated Development Environment. 

Runner: the document is executed with minimal user interaction, and can be started by clicking a desktop shortcut or using the command line.  

Console: the document is executed "unattended", e.g. as a Windows Service, as a task in Windows Task Schedular, as a desktop shortcut, or using the command line.


In the IDE, documents are represented by tabs. The IDE version can also be used to design and debug the document.


.NET Core to do