Key words Key words are wildcards for values. When a script is executed, wildcards are replaced by the value that...
dir.delete The command dir.delete allows you to delete directories. The folder to be deleted is specified in an argument by...
abort.ifemptyvar The abort.ifemptyvar command aborts the execution of the script if the passed variable is empty. In this case, the...
done The done command can be used to write the value [Result]Done=Y to the interface file. The command specifies whether...
file.deleteold The file.deleteold command can be used to delete files that were last modified before a certain point in time....
semaphore.enter & semaphore.exit The command semaphore.enter can be used to limit the number of parallel processes that the processor carries...
unzip The unzip command can be used to unzip an archive. Syntax: unzip { source `<Path to the zip>` dest...
Conditional expressions Conditional expressions give you the possibility to assign a value to a variable only if a condition is...
dir.create The dir.create command can be used to create a folder at a path specified by an argument. Syntax: dir.create...
Functions Functions offer the possibility to execute operations on strings to obtain a defined result string. The following generally applies:...