Commands:
=========
ECHO	text
COMPILE	source(f)	destination(f)	parameters
DECLARE	source(f)	destination(f)
COPY	source(fd)	destination(fd)
DELETE	destination(fd)
MAKEDIR	destination(d)
RUN	destination(f)	working_dir(d)	parameters
PACK	source(f)	destination(f)	level

d - Directory
f - File

The commands and their parameters can be seperated either by one space or one tab.

Vars:
=====
%scriptdir%	will be replaced by the full path of the
		directory the script is in (without trailing \)