home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 542.lha / Render24_v1.01 / RendFE.doc < prev    next >
Text File  |  1991-08-10  |  2KB  |  61 lines

  1.                              
  2.                              RendFE.rexx
  3.                              Version 1.0
  4.  
  5.                       Written by Thomas Krehbiel
  6.  
  7.                        Copyright © 1991 TEKSoft
  8.                          All Rights Reserved
  9.  
  10.  
  11.  
  12. INTRODUCTION
  13.  
  14.      As a temporary solution to the Intuition Front-End program for
  15.      Rend24, I am including this simple Arexx front-end.  It is
  16.      allows you to choose options and select files for Rend24 using
  17.      a relatively straight-forward mouse interface.
  18.      
  19.  
  20. REQUIREMENTS
  21.  
  22.      To use RendFE.rexx, you must have a few things:
  23.      
  24.           o Arexx (requires version 1.10 or greater).
  25.           o Rexxarplib.Library (tested with version 2.52).
  26.  
  27.      RendFE.rexx will not run without these things.
  28.  
  29.  
  30. USEAGE
  31.  
  32.      The front-end program can be started from CLI or Workbench.
  33.      From CLI, change directories to where the RendFE.rexx
  34.      program is and simply type:
  35.  
  36.           1> rx RendFE
  37.  
  38.      From Workbench, simply double-click the supplied `RendFE'
  39.      icon.  This will launch an IconX script that will startup
  40.      the program.
  41.  
  42.      Note:  The supplied IconX script `RendFE' is setup to
  43.      assume that the RendFE.rexx is either in the same directory
  44.      as the icon or in the REXX: directory.
  45.  
  46.  
  47. CONFIGURATION
  48.  
  49.      There are a few things in the RendFE.rexx program that you
  50.      might want to configure to your system.  The most common
  51.      ones are situated at the beginning of the RendFE.rexx program.
  52.      
  53.      Using your favorite text editor, edit the RendFE.rexx program.
  54.      Near the beginning, after the opening comment, should be a
  55.      section labelled `user configuration'.  Modify the variables
  56.      as necessary, according to the comments in the file.
  57.      
  58.      
  59.  
  60. Hope you find it useful.
  61.