This file, modified by Thibaut Barthelemy, is based on Ceniza program. This is his readme :


This file is based on the 89tformat.txt file found in 89tToAndFromTxt program.

I made this little program 'cause I didn't like the way FromTxt works, just that.

The program is pretty easy to use:
  To89t <filename> [<TI foldername>]

<filename> is just the name (plus extension) of the file you want to convert to 89t.
<TI foldername> is optional and defaults to "main".

<filename> can include the path and can be any plain text file format (.txt, .cpp, etc.)

The output file is saved in the same folder of <filename>.

A .exe file is also included ready to be used with any 32bit Windows along with the source
C++ file, so you can also compile it for Linux/Unix or any other OS with an ISO C++ compliant
compiler (like g++).

I guess that's all.

Report any bugs to ceniza666@yahoo.com (please, put "To89t" in the subject).

Ceniza.