<P>This sample is probably ridiculous. However it demonstrates how to configure certain 
applications - not developed as CGI to run as CGI applications under ALP. Of course this
is possible only for Win32 console applications and not for all of them. Anyway there are
certain utilities that are used typically on the command prompt but can be adopted with
a little configuration to display their output in a WEB page.
</p>
<p>The sample uses the following section in the alp.application file - in the
section ExecutionMap</p>
<PRE>
{ jscript: (CG.newObjects.GateCGI)
    (string)Engine=cscript.exe /E:JScript /NoLogo "%s" %q
    (int)Timeout=60
    (int)RequireAsynch=2
    (int)CheckThatFileExists=1
} jscript;
</PRE>
