after struggling for a while, I found the command ExecuteShellCommand.
But If I start my batch file, I get an error message that I don't have permissions to use this file (though I'm having full rights).
Here is a simple example:
Sub Main
Utilities.ExecuteShellCommand("d:\txt.bat")
End Sub
and in the txt.bat, I have echo "Hello World" > t.txt