PRISSMA

What it does

Transforms binary solution out files (*.out) into text files, create an archive with the text files or conversely transform solution text files from an achive to binary input files. This tool is usefull if the data must be transported between different computers with different architecture.

Usage

outconvert

The script looks up for the executable file location and runs the code on the local directory. If the main input file is absent, a default outconvert.choices file is copied on the local directory.

Default input file

outconvert.choices

Output

  • An archive containing the corresponding *.txt files for each *.out file for the bin2ascii conversion.
  • The *.out files for each text file for the ascii2bin conversion.