Executes any C# script-code.
Properties
| From | Not used. But if you specify a value, it can be used in the script code via P.From |
| To | Not used. But if you specify a value, it can be used in the script code via P.To |
| 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.
Comments
0 comments
Please sign in to leave a comment.