I have a simple CLI program that runs calculations on inputs from a text file and produces another text file for output. (I hope this isn't self-promotion, I can remove the link if its borderline!) Unless directed otherwise, if you invoke it with filename.nec, it writes the output to filename.out. You can supply multiple files on the input line,...