EXECUTE.SCRIPT
Executes any C# script-code.
Properties
From | Not used. |
To | Not used. |
Script | The C# script code to be executed. |
Guide
The entire C# syntax is available and the most commonly used .Net classes, so almost anything is possible with this command. You could e.g.
Move or remove files (e.g. after import of images)
Send emails & notifications to anyone about anything
Upload or download files from an Ftp-server
Start an external application
… and much more.
Refer to the chapter Scripting of this guide for more information and some unique scripting methods to assist you processing of data.
Example 1
Shows how to startup and external application like Notepad.
Example 2
Shows how to create a message and send it via email.
Example 3
Shows how to start a process and wait for it to finish.