Wordstar Dateien konvertieren

Leider ist die Originalquelle für den Konverter Wordstar nach RTF anscheinend nicht mehr verfügbar, darum lege ich das Tool hier lokal ab:

WSRTF.zip von David Chester

Das Archiv enthält die Quellen und eine EXE File. Zum Kompilieren unter Linux sind folgende Tipps hilfreich:

  1. Download and unzip WSRTF.ZIP from the above page.
  2. Open WSRTF.C with a text editor and add the word „int“ at the beginning of lines 48, 64 and 112. Here are the resulting lines 48, 64 and 112:

    int jumpOut() {
    int jumpLine() {
    int main(int argc, char *argv[]) {

  3. Build it, with the following command:

    gcc -o wsrtf WSRTF.c

    It will give some warnings, but stil compile.

  4. Convert your files using the wsrtf command.