<?php include("includes/head.main.inc.php"); ?>
<div id="mainBanner">
<div id="title">
<h1>Commands </h1>
</div>
</div>
<div id="mainContent">
<div class="break"></div>
<p>
Add a commands to a category or categories on this page. When a scheduled task is run, a check is run against the category to check which commands belong to a given category. The list of commands returned is then executed on a device for a the category.
</p>
<div class="break"></div>
<p>
You may also search for commands on this page
</p>
<p>
<ul>
<li>Command - Mandatory Field</li>
<li>Category - Mandatory Field - You may select a sinlge, or multiple commands by holding down the CTRL key while selecting</li>
</ul>
</p>
</div>
</body>
</html>