home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / AUTOMGR.ZIP / AUTOMGR.TXT < prev    next >
Text File  |  1994-01-05  |  8KB  |  222 lines

  1. HELLO:
  2.         Hello and welcome to AUTOMGR v1.00ß
  3.  
  4.         Before we go any further please read the following.....
  5.  
  6.  
  7. DISCLAIMER:
  8.         The contents of this archive ( program(s) and text ) are provided
  9.         with no warranty of any kind as to performance, merchantability,
  10.         or fitness for a particular purpose. By using AUTOMGR you
  11.         are expressly releasing Matthew Mower from any liability resulting
  12.         from the use of this product.
  13.  
  14.         You use AUTOMGR entirely at your own risk.
  15.  
  16.     This is AUTOMGR v1.00ß, the ß-nature of this code means you
  17.     should be careful with it. It has two inbuilt safety features
  18.     
  19.         1.    It keeps a safety copy of your ALLUSERS.DAT
  20.             file, called ALLUSERS.SAV, it makes the copy
  21.             before it changes anything.
  22.  
  23.             If there are any problems copy ALLUSERS.SAV
  24.             back and you should be up and running again.
  25.             THERE SHOULDN'T BE ANY PROBLEMS.
  26.  
  27.         2.    No changes will be made to the file unless you
  28.             specify the '-c' command line option to commit
  29.             changes to the database. Anything else will be
  30.             a "dry run" and only generate reports.
  31.  
  32.     I repeat that there should not be any problems. However I have
  33.     only been able to do limited tests.
  34.  
  35.  
  36. NOTICE:
  37.         Under no circumstances is it legitimate for any user to modify or
  38.         reverse engineer this product.
  39.         
  40.         If you want to know how it's done, mail me.
  41.  
  42.         If you want to throw in a virus, or change the copyright,
  43.         get a life!
  44.         
  45.  
  46. FREEWARE:
  47.         This product is copyrighted to the author, who reserves all rights
  48.         regarding it. It is not public domain, but released as freeware,
  49.         and us such you are not asked to pay for it.
  50.  
  51.     As new features are added to AUTOMGR (and they will be) I may
  52.     make it shareware, anyone who I feel has contributed significantly
  53.     to the development of this program will be likely to receive
  54.     a free registered copy for their time and trouble. I consider
  55.     beta-testers and idea's people in this category. I do value all
  56.     comments and suggestions.
  57.  
  58.  
  59. WHAT DOES IT DO:
  60.     At the moment AUTOMGR has only one function. It scans your
  61.     system for new users and creates a report showing you some
  62.     details about them which you can have it post to you auto-
  63.     matically (however you will need POSTMASTER or AUTOMSG to
  64.     make this feature work.)
  65.  
  66.     Also AUTOMGR will allow you to upgrade new users automatically,
  67.     to a profile which you establish, and after a number of calls
  68.     which you determine. This means that if you are away for any
  69.     period of time, new users who are eager to call in can be given
  70.     some reward by being upgraded to a better profile than
  71.     "NEWUSER". This feature can be disabled it's up to you!
  72.  
  73.  
  74. OPERATING INSTRUCTIONS:
  75.     You shouldn't have too many problems running AUTOMGR, just
  76.     modify the AUTOMGR.INI file to fit your system and add it to an
  77.     event (preferably one run every day.)
  78.  
  79.     You must ensure two things,
  80.  
  81.     1.    the WCHOME environment variable points correctly to the
  82.         directory containg MAKEWILD.DAT
  83.     2.    if you are using a post program such as POSTMASTER you
  84.         must have everything set up correctly for it.
  85.     
  86.     AUTOMGR will make a copy of your ALLUSERS.DAT file under the
  87.     name ALLUSERS.SAV, so that if anything goes the situation can
  88.     be recovered gracefully.
  89.  
  90.  
  91. AUTOMGR.INI:
  92.     There are three sections to this file, which should be familiar
  93.     in nature to anyone who has played with Microsoft Windows.
  94.  
  95.     All the lines mentioned here must exist in some form or another
  96.     or the results may be unpredictable. I will try to make it
  97.     bullet-proof in later versions. If everything is present you
  98.     should have "NO" problems at all.
  99.  
  100.     [AutoMgr]    Contains the general options
  101.  
  102.     ProcessNewUsers=Y or N
  103.         Should we produce a new user report at all. At the
  104.         moment setting this to 'N' will disable the entire
  105.         program. When other functions are added this will have
  106.         some usefullness.
  107.  
  108.     AutoUpgrade=Y or N
  109.         Should NEWUSERS who have called enough times be
  110.         upgraded to your 'interim' profile.
  111.  
  112.     UkDates=Y or N
  113.         If you want the "other" system of month.day.year in the
  114.         dates choose 'N' here.
  115.  
  116.     [NewUsers]    Options pertaining to the new user report
  117.  
  118.     ReportFile=
  119.         This should be the COMPLETE path specification of the
  120.         file which AUTOMGR is to put it's report in.
  121.  
  122.     MailToYou=Y or N
  123.         If you want AUTOMGR to automatically mail its report to
  124.         you using POSTMASTER then leave this as 'Y'.
  125.  
  126.     PostMaster=
  127.         This should be the COMPLETE path specification of the
  128.         mailing program you are using, e.g. POSTMASTER or
  129.         AUTOMSG.
  130.  
  131.     [AutoUpgrade]    Options pertaining to the upgrade of new users
  132.  
  133.     NewProfile=PROFILENAME
  134.         The name of the profile to which NEWUSER callers will
  135.         be upgraded. I suggest you create something with a
  136.         little better access than NEWUSER, but without too much
  137.         potential to run amok. That way eager newusers can get
  138.         the best of your system almost immediately.
  139.  
  140.         Also make sure that the profile exists otherwise
  141.         strange things may happen.
  142.  
  143.     CallsRequired=
  144.         The number of calls a NEWUSER would have to make before
  145.         AUTOMGR will consider them for upgrade.
  146.  
  147.  
  148. COMMAND-LINE PARAMETERS:
  149.     Two command line parameters are provided at the moment, in
  150.     addition to -? which displays help.
  151.  
  152.         -c    Commit changes to database. Without this switch
  153.             AUTOMGR will just create reports. NO changes
  154.             will be made to your data.
  155.  
  156.         -d    Debug. Displays a rough version of what's going
  157.             into the report. Will contain more useful info
  158.             in later versions.
  159.  
  160.  
  161. I CAN SEE THE FUTURE:
  162.     I hope that AUTOMGR will grow into a trusted and friendly
  163.     program which will take over most of the mundane tasks of
  164.     managing users/files/message's etc. Also do some nice things as
  165.     well, i.e. giving rewards to users who contribute to your
  166.     system based on rules which you define. Analysing reports and
  167.     logs from other popular 3rd party utilities and making
  168.     decisions based on that data. E.g. if someone drops carrier
  169.     repeatedly flag you with a message, or maybe chastise the user
  170.     with a set of predefined message's.
  171.  
  172.     I have a whole heap of idea's, and I hope you have too. Try me!
  173.  
  174.     If you like this program, or think you might when It does more,
  175.     watch out as it should be completely re-written and modified over
  176.     the next month or so. Hopefully New versions will appear every
  177.     month or so, until a stable set of features is achieved.
  178.  
  179.  
  180. DISTRIBUTION:
  181.         The latest versions of this and all other products by the author
  182.         will be available on The Development System BBS. They can be
  183.         FREQ'd from there (see below for fido address).
  184.  
  185.     You can also find (hopefully upto-date versions ) on:
  186.  
  187.         The MSI headquarters BBS    U.S.A.
  188.         The Probation View BBS        U.K.
  189.  
  190.         Under no circumstances may anyone make a charge for these programs
  191.         without the express permission of the author, unless it be a fair
  192.         charge for transmission or distribution.
  193.  
  194.  
  195. CONTACT:
  196.         I can be contacted if you have any questions or comments by the
  197.         following methods.
  198.  
  199.         internet email:         matt.mower@tpv-online.infocom.co.uk
  200.  
  201.         fido netmail:           2:254/225
  202.  
  203.         compuserve mail:        100116,134 ( mark as fao: matt mower )
  204.  
  205.         Or on various WildNet, ILink or Fido conferences, particularly
  206.         WildCat and Lan conferences.
  207.  
  208.  
  209. FINALY:
  210.     PLEASE mail me with any comments and especially bug reports. I
  211.     would like to support and improve ALL my programs.
  212.  
  213.         Thanks for trying AUTOMGR hope it works for you!
  214.  
  215.         Cheers,
  216.  
  217.         Matt.
  218.  
  219.         Date:   05.01.94
  220.  
  221.  
  222.