(Test version)

Usage: mht2htmcl[.exe] [-h] [[-a<0-4>] [-v<1-3>] [-s:]<sourcefile> [-o:<output dir>]]


where:

 -h, --help - show help
 -a<0-4>, --addresscorrection=<0-4> - level of address correcting (default 4)
 -v<1-3>, --verbosemode=<1-3>, how much description will be written (default 2)
 -s:<sourcefile>, --sourcefile=<sourcefile>
 -o:<output dir>, --outputdir=<output dir>, if omited same dir as source

examples:
 mht2htmcl my_file.mht
 mht2htmcl ./my_file.mht');
 mht2htmcl "c:\my dir\my_file.mht" -o:c:\temp_dir
 mht2htmcl -a4 -v1 -s:c:\my_dir\my_file.mht -o:c:\temp_dir


Wildchars (*) are not suported yet!!!