home *** CD-ROM | disk | FTP | other *** search
-
- RendFE.rexx
- Version 1.0
-
- Written by Thomas Krehbiel
-
- Copyright © 1991 TEKSoft
- All Rights Reserved
-
-
-
- INTRODUCTION
-
- As a temporary solution to the Intuition Front-End program for
- Rend24, I am including this simple Arexx front-end. It is
- allows you to choose options and select files for Rend24 using
- a relatively straight-forward mouse interface.
-
-
- REQUIREMENTS
-
- To use RendFE.rexx, you must have a few things:
-
- o Arexx (requires version 1.10 or greater).
- o Rexxarplib.Library (tested with version 2.52).
-
- RendFE.rexx will not run without these things.
-
-
- USEAGE
-
- The front-end program can be started from CLI or Workbench.
- From CLI, change directories to where the RendFE.rexx
- program is and simply type:
-
- 1> rx RendFE
-
- From Workbench, simply double-click the supplied `RendFE'
- icon. This will launch an IconX script that will startup
- the program.
-
- Note: The supplied IconX script `RendFE' is setup to
- assume that the RendFE.rexx is either in the same directory
- as the icon or in the REXX: directory.
-
-
- CONFIGURATION
-
- There are a few things in the RendFE.rexx program that you
- might want to configure to your system. The most common
- ones are situated at the beginning of the RendFE.rexx program.
-
- Using your favorite text editor, edit the RendFE.rexx program.
- Near the beginning, after the opening comment, should be a
- section labelled `user configuration'. Modify the variables
- as necessary, according to the comments in the file.
-
-
-
- Hope you find it useful.
-