Usage:
  ECOMPILE [options] filespec [filespec ...]
  Output is : filespec.ecl
  Options:
      -a           compile *.asp pages also
      -A           automatically compile scripts in main and enabled packages
      -Au          (as '-A' but only compile updated files)
      -b           keep building other scripts after errors
      -C cfgpath   path to configuration (replaces ecompile.cfg)
      -d           display confusing compiler parse information
      -D           write dependency information
      -e           report error on successful compilation (used for testing)
      -Ecfgpath    set or change the ECOMPILE_CFG_PATH Evironment Variable
      -i           include intrusive debug info in .ecl file
      -l           generate listfile
      -m           don't optimize object members
      -Pdir        set or change the EM and INC files Environment Variables
      -q           quiet mode (suppress normal output)
      -r [dir]     recurse folder [from 'dir'] (defaults to current folder)
      -ri [dir]      (as '-r' but only compile .inc files)
        -t[v]      show timing/profiling information [override quiet mode]
        -u         compile only updated scripts (.src newer than .ecl)
          -f       force compile even if up-to-date
      -s           display summary if -q is not set
      -vN          verbosity level
      -w           display warnings
      -W           generate wordfile
      -x           write external .dbg file
      -xt          write external .dbg.txt info file

NOTE:
  If <filespec> are required after an empty -r[i] option, you MUST specify
  a literal [dir] of '.' (no quotes) or options will not parse correctly.


ecompile D:\DistroDev\  -a -A -r -f
