home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / qbbsetc / ramfed10.lzh / RAMFED.DOC next >
Text File  |  1991-01-05  |  7KB  |  144 lines

  1.  
  2.            ┌────────────────────────────────────────────────────┐
  3.            │ RAMFED - Remote Access Message & File areas EDitor │
  4.            │ (c) Copyright Terrence (Terry) L. Parker 1990,1991 │
  5.            └────────────────────────────────────────────────────┘
  6.  
  7.         RAMFED is designed as a replacement for the somewhat clumsy
  8.         RACONFIG program.  It will allow you to edit your MESSAGES.RA
  9.         and FILES.RA files with greater ease and flexibility, as well as
  10.         create other system files (FOLDER.SYS, FLSEARCH.CTL, etc...)
  11.         from these.
  12.  
  13.  
  14.         MAKE BACKUPS
  15.         ------------
  16.         MAKE BACKUPS of your MESSAGES.RA and FILES.RA files.  I haven't
  17.         had one trashed or harmed yet, but you never know.  I take no
  18.         responsibility for any harm that may come to your system or
  19.         other systems as a result of using RAMFED.  RAMFED also uses the
  20.         CONFIG.RA and RACE.CFG (if you specify it) files, but only reads
  21.         them.  You should not have to back these up unless you are
  22.         particularly paranoid.
  23.  
  24.  
  25.         REGISTRATION, WARRANTIES (NONE), LIABILITY (NONE)
  26.         -------------------------------------------------
  27.         RAMFED is released as a Shareware (try before you buy) program.
  28.         I make my living programming.  To create this program required
  29.         me to take time off from regular paying work.  In addition, I
  30.         have thousands of dollars invested in compilers and support
  31.         libraries (ask me how I blew $150 upgrading Datawindows in hopes
  32.         of using it for this program).  If you use this program for more
  33.         than 30 days, you are required to send $10.00 U.S. to the
  34.         address below.  If you are outside the U.S., send the amount of
  35.         foreign currency equal to the $10.00 U.S. (NO FOREIGN PERSONAL
  36.         CHECKS -- CASH or INTERNATIONAL MONEY ORDERS ONLY!).
  37.  
  38.                         Terrence L. Parker
  39.                         203 Scarlet Drive
  40.                         Chapel Hill, NC 27514
  41.  
  42.         Registration entitles you to peace of mind and a greater shot at
  43.         entering Valhalla, Heaven, or the Great Place of your choice.
  44.         Enhancement requests will be taken into consideration (and acted
  45.         upon, assuming they aren't too complex) when received from
  46.         REGISTERED USERS ONLY, all others will be sent to ye ol'
  47.         circular file.  If you are a Shareware author and have a product
  48.         which I might be able to use (or am using but haven't gotten
  49.         around to registering yet), I will be glad to "trade
  50.         registrations" with you.  Registered users are automatically
  51.         registered for all future versions of RAMFED, even if the price
  52.         should increase.
  53.  
  54.         This is my first attempt at releasing software as Shareware.
  55.         While I support the idea, I have been a bit suspect as to
  56.         whether or not it is a viable concept, simply because of all the
  57.         cheap, lazy, or dishonest people out there.  If I do not receive
  58.         some kind of decent return on my investment from this, the next
  59.         release I make will be either "crippleware" (which I hate),
  60.         "annoyware" (which I don't have a problem with), or I just won't
  61.         release anything else via Shareware.
  62.  
  63.         This may seem like a lot of rambling and whining for such a
  64.         small utility, but whether or not you register this program is
  65.         the difference between me not getting ANYTHING for the time I
  66.         put into this or me trying to at least cover my investment of
  67.         time and money.
  68.  
  69.         Limit of Liability:
  70.         RAMFED is distributed as is.  The author disclaims all
  71.         warranties either expressed or implied.  The author will assume
  72.         no liability for damages either from the direct use of this
  73.         program or as a consequence of the use of this product.
  74.  
  75.         Licensing Agreement:
  76.         You are hereby granted the right to use this software for a
  77.         period of thirty (30) days.  If, after thirty days, you continue
  78.         to use this product you must pay the registration fee or
  79.         discontinue use of the product.  Continuing to use this product
  80.         beyond the thirty day trial period constitutes a direct
  81.         violation of the licensing agreement.
  82.  
  83.  
  84.         FINDING *.RA FILES
  85.         ------------------
  86.         RAMFED first checks to see if you have your RA environment
  87.         variable set.  If you do, it uses that path to get the FILES.RA,
  88.         MESSAGES.RA and CONFIG.RA files.  If it has not been set (SET
  89.         IT!), it assumes they are in the current directory.
  90.  
  91.  
  92.         THESE DOCS & GETTING STARTED
  93.         ----------------------------
  94.         USE THE HELP!  I prefer to put most of the information you need
  95.         in the help files.  Hit F1 almost anywhere and you should get
  96.         context specific help.  YOU MUST AT LEAST READ THE "RAMFED" and
  97.         "KEYS" HELP SCREENS TO GET GOING.
  98.  
  99.         You may place RAMFED in its own directory, as long as you have
  100.         your RA environment variable set correctly.  Otherwise, it must
  101.         be in the same directory as your *.RA files.  The RAMFED.HLP
  102.         file must be in the same directory as the RAMFED.EXE file.
  103.         Other than that, all you need do is RUN IT!
  104.  
  105.  
  106.         MEMORY?
  107.         -------
  108.         How much memory does RAMFED require?  The memory for the config
  109.         files is allocated dynamically as they are read in.  So the
  110.         amount of memory you need SHOULD be roughly equal to the size of
  111.         the .EXE file plus the size of the two .RA files (25600 for
  112.         MESSAGES.RA and 25200 for FILES.RA at present -- memory for
  113.         these is allocated dynamically at startup when they are read in)
  114.         plus another 30k or so for misc.  For version 1.0, that comes to
  115.         a grand total of about 180K.  In fact, I just ran RAMFED in a
  116.         Desqview window that left 200K free at DOS and it ran fine.  The
  117.         program is well-behaved enough so that if you do run out of
  118.         memory, it should exit cleanly (not lock up) and give you an
  119.         error number and message.  IF YOU RUN OUT OF MEMORY, PLEASE LET
  120.         ME KNOW WHAT THE CIRCUMSTANCES WERE.
  121.  
  122.  
  123.         THE RAMFED.HIS FILE
  124.         -------------------
  125.         Please read the RAMFED.HIS document to see what changes I
  126.         already have scheduled before you make any suggestions, as well
  127.         as to see what changes have been made to previous versions.
  128.  
  129.  
  130.         BUG REPORTS, ENHANCEMENTS, FUTURE VERSIONS
  131.         ------------------------------------------
  132.         Bug reports are taken from anyone.  Suggestions for enhancements
  133.         are taken from REGISTERED USERS ONLY.  If you send me an
  134.         enhancement request and you aren't registered, I won't even pay
  135.         attention to it - it will be immediately deleted.  I *DO* pay
  136.         attention to enhancement requests (just ask any of the beta
  137.         testers -- 151/223, 114/59, 360/5.1, 27/247, 142/212, 391/7,
  138.         3625/454). If you have any problems or suggestions, send them to
  139.         me at 1:151/503.
  140.  
  141.                                                         Terry Parker
  142.  
  143. *EOF*
  144.