3 * This is a Windows-based PHP CLI (Command Line Interface) script
\r
4 * which is a wrapper around the CodeGen object.
\r
6 * Remember: Windows CLI must be executed by the php.exe executable (usually
\r
7 * installed at c:\php\php.exe).
\r
9 * Typical usage would be:
\r
10 * c:\php\php.exe codegen.phpexe [SETTINGS...]
\r
13 // Running as a Windows Command Name
\r
14 $strCommandName = 'c:\\php\\php.exe codegen.phpexe';
\r
16 // Include the rest of the OS-agnostic script
\r
17 require('codegen.inc.php');
\r