option1=request.form("option")
if option1=1 then
strResult = Executor.ExecuteDosApp
else if option1=2 then
strResult = Executor.ExecuteWinApp
else
Executor.Timeout=request.form("timeout")
strResult =
Executor.ExecuteWinAppAndWait
end if
end if
%>
<p align="left"><font color="#000000" size="5"
><em>
Execute Result:</em></font></p>
<%
Response.Write "<pre>" & strResult
& "</pre>"
end if
%>