Hi
My problem reqs a simulation code ( *.exe), which shd read the inputs from a file ( *.in) and after calculations , write the results to an output file ( *.out) .The names of the input and output files are hardcoded.
I shd be able to execute my sim code in batch mode and generate the output file. All this in C++.
Cld u please help me?
Thanks