The Windows version of the FORM ACTION command is nearly identical to the Linux version, except that it will most likely refer to a BAT file, using syntax similar to this:
<FORM ACTION="/cgi-bin/cgitst.bat" METHOD="POST">
The referenced cgitst.bat, if equivalent to the Linux shell script described in the Linux Version topic, would be:
@c:\vm\miame\bin\ashw32.exe -i c:\vm\miame\miame.ini –cgi –e –z cgitst
See Also
| • | CGI Command Line for more discussion. |