blob: a23e074edfcc5619a5b6273f3c6d5f53d7aa93c7 [file] [log] [blame]
<html>
<head>
<title>exec command test examples </title>
</head>
<body>
<h3>hello.exe
<!--#exec cmd="hello.exe" --> </h3>
using &lt;!--#exec cmd="hello.exe" --&gt; <br>
<h3> The UNIX date of the server ::
<!--#exec cmd="date" --> </h3>
using &lt;!--#exec cmd="date" --&gt; <br>
<hr>
<h3>The current working directory ::
<!--#exec cmd="pwd" --> </h3>
using &lt;!--#exec cmd="pwd" --&gt; <br>
</body>
</html>