mpfserver Manual
 
 
 batch-files (*.bat) | Learn how to launch batch-files
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
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).