You may use "mpf:exec"-token to launch batch-files.
launching batch-files (*.bat)
{mpf:exec=E:\\Apache\cgi-bin\test.bat}
Scripts must return values to display using "echo"-directive
example (test.bat)
The following sample script would return string "Hello World". The first line of this script is just a comment.
# (test.bat)
echo Hello World
|