Invoke all samples with (list with command lines at the end):

  Windows:

        rexxj xyz.rex
      or
        rexxj xyz.rxj

  Unix:

        rexxj.sh xyz.rex
      or
        rexxj.sh xyz.rxj

or directly with:

        java com.ibm.bsf.Main -mode exec -lang rexx -in xyz.rex
      or
        java com.ibm.bsf.Main -mode exec -lang rexx -in xyz.rxj

where "xyz.rex" and "xyz.rxj" denote the Rexx program you wish to execute.

---

PLEASE NOTE:

    - This directory ("samples") contains examples in ooRexx syntax.

    - The "classicRexxSamples" subdirectory contains examples in
      classic Rexx syntax which could be run under Regina, but also
      under ooRexx (which is compatible to classic Rexx)

    - The "apache_bsf_samples" subdirectory contains the oringial samples
      from Apache's BSF, supplemented with ooRexx and Rexx versions

    - The "LeePeedin20060410" subdirectory contains Lee Peedin's nice
      BSF4Rexx samples from his presentation at the 2006 International
      Rexx Symposium; impressive stuff

    - The "OOo" subdirectory contains examples of scripting OpenOffice.org (OOo),
      which should help you to get up to speed as quickly as possible for
      controlling OOo swriter (word processor), OOo scalc (spreadsheet),
      OOo sdraw (drawing) and OOo simpress (presentation)


Rony G. Flatscher, updated on: 2008-05-31