home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / CO / CO003C.ZIP / STO102.ARC / WHATSNEW.ST < prev   
Text File  |  1988-08-27  |  11KB  |  214 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                     Whats New in Sysop Tools - Version 1.10
  7.  
  8.                    PLEASE READ WARNING.ST BEFORE PROCEDING!!
  9.  
  10.  
  11.  
  12.        1. New overlay manager code was added. It seems that the previous
  13.        version of the overlay manager had problems when it tried to load
  14.        the overlay  file into EMS that  was being shared with  a virtual
  15.        disk or cache. Special thanks goes to Kim Kokkonen of Turbo Power
  16.        Software for this bug fix.
  17.  
  18.        2. Code was added to save the  DOS screen and restore it after ST
  19.        executes. This, of course, only applies to the direct video mode.
  20.        I hope this will  help some of you who  have been having problems
  21.        with some of  the screen speedup programs that  are available. It
  22.        also  makes a  handy reminder  of what  you were  doing prior  to
  23.        executing ST or  what you just did in the  DOS shell while inside
  24.        ST. If your as forgetful as me this can be a real help.
  25.  
  26.        3. Additional  error checking was added  to the Validate Messages
  27.        routine as it  was not properly handling empty  message bases. In
  28.        fact it would hang the machine and cause you to have to reboot.
  29.  
  30.        4. A complete context sensitive help system has been added. Press
  31.        F1 at  any time to get  help on the particular  function you have
  32.        selected.  The help system works only in the direct  video  mode.
  33.        There are, presently, no plans to add it to the DOS or BIOS modes
  34.        due to the overhead that would cause to the size of the  program.
  35.        The text in the help  system still needs some work.  Please  bear
  36.        with me while I get it up to speed.
  37.  
  38.        5. Support for PKARC and PKXARC  version 3.6 has been added. This
  39.        allows up  to 3095 messages per  message area to be  archived. My
  40.        initial time tests showed a speed increase of 5 to 10 percent. If
  41.        you are still using PK version 3.5  you MUST add a '-35' or '/35'
  42.        to correctly archive message bases larger than 500 messages. This
  43.        parameter  can  be  used  in  conjunction  with  any of the other
  44.        parameters. If you haven't got version 3.6 yet you really  should
  45.        get it as it is much better than the previous versions.
  46.  
  47.        6.  A Delete  Duplicate Messages  function has  been added.  This
  48.        function DOES NOT  sort the message file. It  will leave holes in
  49.        your message  control file if  duplicate messages were  found. An
  50.        occasional renumber may be necessary. However, this means it will
  51.        NOT screw  up your users  last read pointer.  The users will  NOT
  52.        have to reread messages they have already read. It should be used
  53.        every morning immediately after you run MDIST. If everyone on the
  54.        network uses either this function or the sort available in the JD
  55.        series  we should  have a  lot less  duplicate messages  floating
  56.        around  the  network.  It  has   already  saved  my  Sysop  Tools
  57.        conference  from  2  different  users.   One  sent  me  about  62
  58.        duplicates and another  sent me 210. None of  the duplicates were
  59.        re-echoed  however  -  thanks  to  this  function.  This function
  60.        creates a  file called DelDups.Log  in your GTpath  directory for
  61.        later review.
  62.  
  63.        To  install this  function to  run after  MDIST use the following
  64.        command file called DelDups.Cmd:
  65.  
  66.        m    { select message menu               }
  67.        d    { select delete message menu        }
  68.        d    { select delete duplicate messages  }
  69.        a    { select all areas to be processed  }
  70.        q    { quit message menu                 }
  71.        q    { quit Sysop Tools                  }
  72.  
  73.  
  74.        This command will initiate it:
  75.  
  76.  
  77.        STOVL -d <DelDups.Cmd
  78.  
  79.        7.  Logic to  delete all  but the  last 3  backups (archives) was
  80.        added.  Every time  you select  an archive  GT files, Sysop Tools
  81.        will  now delete  all but  the last  2 archives.  The archive you
  82.        create  will  then  become  the  third  archive available in your
  83.        STpath directory.
  84.  
  85.        8. The  Compress Message base  function has been  rewritten. This
  86.        version is so fast that it scared me. Seriously, I was doing some
  87.        preliminary testing  and I could not  figure out why it  was only
  88.        taking 3  seconds to complete. It  only took 3 seconds  to figure
  89.        out it  did not need to  do anything. When I  deleted all but the
  90.        last 200  messages in all areas,  it took less than  9 seconds to
  91.        complete. Be aware, don't blink your eyes!!
  92.  
  93.        9.  Sysop  Tools  now  has  a  provision  for  offline  files. To
  94.        designate that a  file is offline place an  asterisk in column 26
  95.        of your  FILES.BBS. This is the  column between the date  and the
  96.        description.  If an  asterisk exists  herethe Validate  Files.BBS
  97.        function will not delete that entry fron your FILES.BBS.
  98.  
  99.        10.  The ability  to post  Netmail credits  has been  added. This
  100.        function  will ask  for 2  fields to  be input.  The first is the
  101.        number of credits to post. The second is the minimum access level
  102.        a user  must have  to post  these credits.  If the minimum access
  103.        level field  is left blank  all users will  be given the  netmail
  104.        credits. The following command file  (Netmail.Cmd) can be used to
  105.        do this automatically from a batch file.
  106.  
  107.        m     { Select the message submenu               }
  108.        n     { Select the post netmail credits function }
  109.        5000
  110.        z
  111.        q     { Quit the message submenu                 }
  112.        q     { Quit Sysop Tools                         }
  113.  
  114.        To execute this type:
  115.  
  116.        STOVL -D <Netmail.Cmd
  117.  
  118.        This will  give all users with  an access level of  'z' or higher
  119.        5000  netmail  credits.  It  will  give  each  user  exactly 5000
  120.        credits.  It will  not add  5000 credits  as the  JD series does.
  121.        Please note that I did not  comment the 2 lines which provide the
  122.        necessary  information. Previous  versions of  Sysop Tools  had a
  123.        problem  with commenting  lines of  numeric input.  Although this
  124.        function has fixed  that problem, the bug may  still lie in other
  125.        functions. When  I am positive  that the bug  no longer exists  I
  126.        will place a note here to that effect.
  127.  
  128.        11. Code  was added to keep  the system from hanging  up when the
  129.        initial  test for  the presence  of a  mouse was  performed. Some
  130.        systems do not initialize this interrupt vector properly.
  131.  
  132.        12. The bug which would not allow you to unpick items from a pick
  133.        list has bee fixed. Thanks to  James Gaas for this report.
  134.  
  135.        13. The bug  which altered a files Date and  time stamp after the
  136.        file was  copied has been  fixed. Noone every  reported this bug.
  137.        However, I noticed  that it was messing up  GT's list files since
  138.        last logon function.
  139.  
  140.        14. There  was still a  bug in the  Move File option.  It was not
  141.        properly processing  files which were  marked as offline  with an
  142.        asterisk  in column  26. The   Move Files  Option will  no longer
  143.        delete entries in the FILES.BBS that are marked as offline.
  144.  
  145.        15.  A Sysop  Tools Configuration  file has  been added.  It must
  146.        exist in the same directory as  the GT.CNF file. It will be named
  147.        ST.CNF and will automatically be  created. At the present time it
  148.        does very little. More configuration  items will be added soon as
  149.        well as  a configuration screen.  However, if you  have a Compaq,
  150.        AT&T or any CGA video card  which does not have SNOW problems you
  151.        can  change the  CS= parameter  to FALSE  and obtain  much faster
  152.        screen I/O. You will presently have  to do so with a text editor.
  153.        The reason  for such a  crude interface at  this time to  to test
  154.        that all is working properly. Please test this and let me know if
  155.        your screen I/O speed increases via the Beta Echo.
  156.  
  157.        16. The STPath variable has been  added to the ST.CNF (ST config)
  158.        file.  The  STPath  variable  within  the  environment  is  still
  159.        applicable and overrides the STPath  variable in the config file.
  160.        This will allow you to change the STPath variable on the fly from
  161.        within a  batch file if you  so desire. If an  STPath variable is
  162.        not  found within  the environment  then STPath  defaults to  the
  163.        value  in the  config file  after the  SP= parameter. I recommend
  164.        that you  remove the SET  STPATH statement from  you autoexec.bat
  165.        file to save environment space  after running ST version 1.10 for
  166.        the first time. This will set  up the configuration file and save
  167.        memory too.
  168.  
  169.        17. Code  was added to  attempt to insure  that the state  of the
  170.        machine  was put  back EXACTLY  like it  was. That  is to say the
  171.        video color is returned to normal etc....
  172.  
  173.        18.  I added  code in  the File  Move Option  to make  the source
  174.        directory the default  after files have been moved.  This  should
  175.        facilitate use of the editor to edit file descriptions.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                     Whats New in Sysop Tools - Version 1.01
  185.  
  186.  
  187.  
  188.        1. In remote  mode the program did a read  on the console device,
  189.        as opposed to the standard input device, at the end of archive GT
  190.        files. This  gave the appearence that  the machine was hung  to a
  191.        remote user.
  192.  
  193.        2. Same  thing happened if the  program was unable to  validate a
  194.        message base.
  195.  
  196.        3. If a  FILES.BBS did not exist the  Validate FILES.BBS function
  197.        refused to create one. It does now by golly.
  198.  
  199.        4.  I  think  I  found  that  pesky  sucker that was occasionally
  200.        deleting  the  last  character  from  a  path  name after reading
  201.        GTDIR.BBS  and/or GTMDIR.BBS.  The cause,  as usual,  was a  dumb
  202.        programmer. We really need to hire some decent help around here.
  203.  
  204.        5. /DOS, /BIOS,  /EGA & /VGA are now  valid parameters. They were
  205.        supposed to be valid parameters  in the first release. However, I
  206.        obviously  overlooked  something.  I  highly  recommend  that you
  207.        update your  batch files to  take advantage of  this feature. The
  208.        next  release WILL  NOT allow  parameters which  are not prefixed
  209.        with a '/'. I should have done this from the beginning.
  210.  
  211.        6.  Additional  error  checking  has  been  added to the Validate
  212.        Message base routines.
  213.  
  214.