home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / STS_110.ZIP / MRE_INFO.TXT < prev    next >
Encoding:
Text File  |  1989-05-01  |  7.9 KB  |  127 lines

  1.                         M.R.E. INFORMATION FILE.
  2.  
  3.       The purpose of this file is to provide users of this program with
  4.  some insight and information about the author of StS, my company, and a
  5.  brief history of the program.
  6.  
  7.       My name is Emery Wooten and I am a 31 year old graduate of
  8.  Mississippi State University's college of Mechanical Engineering.  I
  9.  currently own a home here in West Point, Ms. and also own and operate a
  10.  machine shop where our primary business is industrial maintenance and design
  11.  work.
  12.  
  13.       I first became involved with computer programming in the mid 1970's
  14.  while in college.  Back then it was punch cards and FORTRAN IV on a Univac
  15.  that stayed broke most of the time.  Being mechanically inclined and having
  16.  worked with machines most of my life, I was instantly "hooked" on this
  17.  wonderful piece of junk.  In my primary line of work (machinist) when you
  18.  made a mistake your efforts usually wound up in the scrap pile, so the fact
  19.  that I could debug and edit programs after only a few short hours of
  20.  fighting keypunch machines and hungry card readers was probably one of the
  21.  most fascinating aspects of the machine.  I have yet to overcome my
  22.  fasciation with computers.  The procedural logic and the thrill of seeing
  23.  your finished product work make for a natural transition from my skilled
  24.  trade and engineering roots.
  25.  
  26.       When the IBM-PC was introduced in 1981, I bought one.  I thought it was
  27.  great that I could have a "personal computer" and look maw, NO PUNCH CARDS!
  28.  Now I am your curious type, the science and technology type of person, who
  29.  reads Scientific American, enjoys The Discovery Channel, and thinks kids
  30.  with orange hair should seek medical attention immediately.  I tore into
  31.  that IBM-PC from both the hardware and software sides of it.  I wrote
  32.  programs and built interface boards, modified the ROM code, and performed an
  33.  assortment of other radical things.  Hey, at one time I had that computer
  34.  believing that I built it instead of IBM!  In any event, I learned a great
  35.  deal about how it worked and how to program it.  I adopted assembler
  36.  language as my primary means of communication with the PC.  It was the
  37.  obvious choice to satisfy my interests and MASM 1.00 was how I started down
  38.  the road that leads to this text file.
  39.  
  40.       In 1982-83 I found myself making the transition from BASIC/FORTRAN
  41.  programming into the deep dark world of machine language.  I had heard it
  42.  was hell to learn and use so naturally I dove into it full force.  What I
  43.  discovered was that assembler language was in fact the most logical and
  44.  powerful language I had ever encountered.  It wasn't (and still isn't) that
  45.  hard to master, and the absolute power it provides to the programmer is
  46.  addictive.  My problem was that at that time, I could find no text editor
  47.  that suited my liking.  Well, to make a long story short, I wrote The E88
  48.  Text Editor and started using it to do all my programming with.
  49.  
  50.       Around about mid 1984 The E88 Text Editor version 1.00 was completed
  51.  and I was using it solely for my own purposes when some friends of mine got
  52.  a look at it and urged me to market the program.  I looked into several
  53.  marketing strategies and decided that the shareware concept made the most
  54.  sense and best fit my general philosophy about computer software.  The way I
  55.  see it, most all software is shareware anyway.  I would be willing to bet
  56.  that 99% of the people reading this file at least looked at or even used most
  57.  of the so called "commercial" software packages they now own.  Shareware
  58.  represents honesty on both the part of the users and sellers.  As a
  59.  producer, I didn't want to put some kind of "guilt trip" on people because
  60.  they were using a "pirate" copy of my program.  I knew from my own personal
  61.  experience that people who had the opportunity to "try before they buy" were
  62.  going to do it anyway, so why not encourage them to do it and let them feel
  63.  good about it.  As a user, I also knew that of the programs I had tried and
  64.  found useful, I bought.  I can appreciate the effort that goes into writing
  65.  software and believe in paying for what I use.  I also think that most of
  66.  the people who use computers at any kind of serious level also feel the same
  67.  way.
  68.  
  69.       So enter M.R.E. Software, a shareware company.  I posted E88 on a few
  70.  BBS systems around the area and in a couple of months I started receiving
  71.  letters and registration forms.  What I found was a wealth of ideas from a
  72.  bunch of good people.  I took this user input and began updating and
  73.  changing E88.  It is now at version 4.22 and climbing.  As the program
  74.  became more widespread and my user base grew, I realized the need to install
  75.  a BBS system to provide user support and provide a convenient means for
  76.  users to register.  To get the BBS system operational required the help of a
  77.  friend, Tom Ford, to set-up and sysop the board.  With Tom as sysop, I was
  78.  free to continue programming without worrying about taking care of the
  79.  intricacies of BBS operations.
  80.  
  81.       Now everybody knows that with BBS systems and computer communications
  82.  one must deal with compressed files.  With Tom on the BBS and me accessing
  83.  it daily, we were up to our necks in .ARC files.  So I had created (as often
  84.  happens) a new problem, or at the very least agitated an old one.  I kept
  85.  most of my less used programs on my system as .ARC files to save space.
  86.  Every time I wanted to run some of these programs I had to "dig out" PKXARC
  87.  and un-arc the files into a clean sub-directory.  I had one game in
  88.  particular that I enjoyed fooling with, it must have had 75 files
  89.  associated with it.  I had to find a better way to handle the situation, so
  90.  I wrote a program to do it.  I called it ARCOM ... meaning ARC Commander.
  91.  
  92.       Two weeks after releasing ARCOM, news of the lawsuit between System
  93.  Enhancements Associates and Phil Katz was released and shocked the shareware
  94.  world.  This lawsuit was soon settled with the net result being that the PK
  95.  series of archiving programs could no longer use the .ARC format.  Since
  96.  ARCOM supported PKARC exclusively, I knew that its days were numbered and
  97.  that I had to release an update.  What I decided, was to completely
  98.  eliminate the ARC name association my program carried, enhance its shell
  99.  capabilities. I called it Stereo Shell.
  100.  
  101.       What you now have here is the first real update to Stereo Shell.  The
  102.  major addition is support of four different compression programs and an
  103.  enhanced setup section.  This version represents just one of what I hope to
  104.  be a long continuing sequence of updates as has been the case with E88.  I
  105.  plan to support StS and try to keep it current with the changing conditions
  106.  in the evolving file compression utility market.  I must admit my primary
  107.  reason for releasing the 1.10 version at this time was to provide support for
  108.  the new LHARC file compression program and that I have only been able to add
  109.  a few of the user requested features.  Support has been very good thus far
  110.  and many of the suggestions those of you who have registered have made will
  111.  be implemented in the future.  For now, I hope you enjoy the new Japenese
  112.  music in Stereo!
  113.  
  114.       I hope that you have found this information of interest.  I included it
  115.  in an effort to help answer some of your questions about who and what
  116.  M.R.E. Software is all about and where we will be tomorrow.  I guess I can
  117.  sum it up by saying that we are a small software company located in a nice,
  118.  quiet, small, but ever growing, southern town.  Its operated by a guy who
  119.  has some very stable business roots and will be here next year.  I would
  120.  like to express my gratitude to my many friends and supporters who have
  121.  helped make StS and my other programs possible and successful.  This may be
  122.  serious business, but it sure is fun!
  123.  
  124.  
  125.       Enjoy this program, and yawl have a nice day...
  126.                                                       -Emery Wooten-
  127.