                          Batchfiles
-----------------------------------------------------------------
 Batchfiles are executed by the command "EXEC"
 They consists of normal Dust-commands, comments are
 indrocuded by ";" or "#".

 Example:
  #This batchfile creates 36 frames
  #of a morphing sphere and shows the result
  load(1,s1)
  load(2,s2)
  morph(1,2,36,obj,)
  kill
  loadseq(1,36,obj,1)
  windowseq(1,36)

 NOTE: You can execute batchfiles from batchfiles, this works
       in ARexx-mode, too.
