input: calc1.bat, calc2.bat ... scripts (bat files) (must be located in the current directory) output: stdout ........... html file created from the scripts (use ">" to pipe into file) example: script2html calc.bat notes.txt > report.html [creates the html file report.html from files calc.bat and notes.txt]