

# Generate the HTML from the test input 
# INPUT ..\..\test\input\in_655338.html 
# OUTPUT tmp\out_655338.html

-f tmp\msg_655338.txt -config ..\..\test\input\cfg_default.txt --tidy-mark no -o tmp\out_655338.html ..\..\test\input\in_655338.html

# Using the HTML output from the above, generate a new HTML output
# INPUT tmp\out_655338.html
# OUTPUT tmp\out_655338-2.html
-f tmp\msg_655338-2.txt -config ..\..\test\input\cfg_default.txt --tidy-mark no -o tmp\out_655338-2.html  tmp\out_655338.html

