export A= $(echo 23.5-7/2.6e-23*$B | bc -l ).
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]