PRISSMA

What it does

Transforms binary input files (*.in) into text files, create an archive with the text files or conversely transform input 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

inconvert

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 inconvert.choices file is copied on the local directory.

Default input file

inconvert.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.