Content-type: text/html Command Tag

Home
WebGroove is no longer supported. These docs are reference only.


Command Tag
Instructs the Compiler to execute system commands as an impromptu batch or script file. This tag is particularly useful for setting file permissions or moving files around.

Cautions
System commands are operating-system dependent and can, if over-used, paint you into a platform migration and integration nightmare. This tag also has the capacity to open security holes if you allow users to compile over the web without proper restrictions in place.

Examples
<command>
move *.txt ./text
attrib +r *.txt
</command>


<command>
mv *.wga ../cgi-bin
chmod 755 *.wga
</command>


Syntax
This is a paired tag with no attributes.

Up To
Compiler Tags
Complete Tag Reference


WebGroove® is a registered trademark of Creativision Publishing Corporation