Utility to strip/convert a Lisa TEXT file to a plain txt file.
Hans Otten, 2024
Compiled with Lazarus as Freepascal CLI Program

Usage:
    - add StripLisaText.exe to your path
    - in the folder with textfiles TEXT type StripLisaText
    - txt files will be created for any TEXT file with filetype added .txt

Stripped/converted from the TEXT files are:
- header 1K
- padding NULLs (TEXT files are stored as 1K chunks padded with NULLs)
- DLE sequence  (10 + byte) converted to (byte-32) spaces
- CR to CRLF (on Windows) or LF (on Unix/Linux) 

Source included, note that LazUtuls has to be addedto the Project settings, see source.

Windows executable included, will compile on any platform supported by Lazarus