home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unislt13.lzh / UNI.DOC next >
Text File  |  1989-04-14  |  8KB  |  166 lines

  1.  
  2.  
  3.  
  4.                                     UNI.SLT
  5.                                   Version 1.30
  6.  
  7.                           A Unified Telix logon script.
  8.                                 By: John Abatte
  9.  
  10.  
  11.                                  INTRODUCTION
  12.  
  13.            The idea behind UNI.SLT is simple. I got tired of keeping
  14.       track of numerous small logon scripts for all the different
  15.       bulletin boards that I call. I wanted a script which would be
  16.       adaptable to any type of BBS, and be easy to maintain and update.
  17.       None of the currently available scripts which claimed to work on
  18.       all BBS'es actually did that. At best, they would send your name
  19.       and password to a few different types, and leave you off somewhere
  20.       in the middle of the logon sequence requiring the user to fill in
  21.       the necessary keystrokes to reach the Main Menu.
  22.  
  23.            Please note that UNI.SLT is presently set up to handle only
  24.       nine different BBS types. This was mainly due to the fact that I
  25.       typically call only these nine types of boards. However, because
  26.       of the modular design of the script, it is a fairly simple task
  27.       to add in more logons as the need arises. This was one of the
  28.       design goals of the script. I plan to add more logons to the
  29.       script in the future to make it as universal as possible.
  30.  
  31.  
  32.                                   DISCLAIMER
  33.  
  34.            The author makes no claims or warranties as to the fitness or
  35.       suitability of this script for any particular purpose. The user
  36.       assumes all responsibility for any damages or loss resulting from
  37.       the use of this script. The author of this script is in no way
  38.       affiliated with Exis Inc. or Telix.
  39.  
  40.            Now with that out of the way, let's get on to the good stuff!
  41.  
  42.  
  43.                                 SETUP PROCEDURE
  44.  
  45.            The first thing you will need to do is edit the top part of
  46.       the script with YOUR NAME, and the full path pointing to the
  47.       directory where you keep your Telix CAPTURE files. This is
  48.       explained in the script header, so I won't elaborate any further
  49.       on it here.
  50.  
  51.            If you would like to be prompted each call whether or not to
  52.       create a capture file, be sure to set the strings for cap_prompt
  53.       and cap_status both to "Y". This is the default setting so you can
  54.       leave it as is. If you would automatically like to start a capture
  55.       file for each BBS you call without being annoyed by a prompt
  56.       everytime, set cap_prompt[1] = "N". The third option is for those
  57.       who prefer to open their capture files manually when desired. In
  58.       this case set the cap_status[1] = "N", and this function will be
  59.       skipped altogether by the script.
  60.  
  61.  
  62.            Next, make a backup copy of your TELIX.FON file and any other
  63.       dialing directories you wish to use with the script. One way would
  64.       be to simply copy any ".FON" files to a floppy. Alternatively, use
  65.       the DOS COPY command in the following fashion:
  66.  
  67.                             copy telix.fon telix.bak
  68.  
  69.       This is necessary since you will have to edit the file, and this
  70.       will insure that you have a good copy in case you goof and trash
  71.       the original somehow. A very good utility, TFE 1.10 by Paul Roub,
  72.       is available for editing Telix dialing directories and greatly
  73.       simplifies this task if you have a lot of entries to alter. This
  74.       should be available on many BBSes.
  75.  
  76.            Now you will need to edit the ".FON" file(s) by placing a two
  77.       letter prefix in front of the name of each BBS you wish to call
  78.       with the script. As mentioned, the script will work with nine
  79.       different BBS types, and there are eight different codes for the
  80.       appropriate boards. These are as follows:
  81.  
  82.                            "FI", for FIDO BBS and EXEC-PC
  83.                         *  "GT", for GT Power BBS
  84.                         *  "OP", for OPUS BBS
  85.                            "PC", for PCBOARD
  86.                            "QU", for Quick BBS
  87.                            "RB", for RBBS
  88.                            "WC", for Wildcat BBS
  89.                            "WW", for WWIV BBS
  90.  
  91.         * Note: The logons for GT and OPUS boards have enough
  92.           similarities to use the same sub-script. I've used different
  93.           codes only as a convenient way to identify  systems within the
  94.           dialing directories.
  95.  
  96.      The following is an example of how to set up the dialing directory
  97.      with the BBS prefix codes:
  98.  
  99.                        Telix Dialing Directory - TELIX.FON
  100.                        -----------------------------------
  101.  
  102.                 Name                    Number      Line Format     Script
  103.  
  104.        1  QU TELIX SUPPORT BBS         1-416-284-0682   2400 N-8-1  UNI
  105.        2  FI EXEC-PC                   1-414-964-5160   1200 N-8-1  UNI
  106.        3  gt Someother BBS                   987-6543   2400 N-8-1  UNI
  107.        4  Pc Another BBS                     321-0000   1200 N-8-1  UNI
  108.        5  RB Your Favorite BBS               999-9999   2400 N-8-1  UNI
  109.        6  wC Welcome2 The BBS                111-2222   2400 N-8-1  UNI
  110.        7  WW Whatzit BBS                     888-1234   2400 N-8-1  UNI
  111.  
  112.      This should give you the idea. You'll notice that case is not
  113.      significant so it doesn't matter how you enter the codes.The space
  114.      following the prefix IS necessary, however, since the script will
  115.      read the name of the BBS to create the optional capture file starting
  116.      at the fourth position in the string. Be sure to put your passwords
  117.      in the password field of the directory since the script will read your
  118.      password and send it to the BBS automatically for you.
  119.  
  120.            That's about all there is to it. Compile the script after
  121.      you've finished editing it and you're ready to go.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                     CREDITS
  128.  
  129.              Telix is Copyright (c) 1986, 1987, 1988 by Exis Inc.
  130.                   Telix and SALT are trademarks of Exis Inc.
  131.  
  132.            I would like to pay a special thanks to Colin Sampaleanu,
  133.      author of Telix, for creating an outstanding telecommunications
  134.      package. If you are using Telix and haven't registered yet, please
  135.      do so. A great deal of time and effort has been expended on making
  136.      Telix an excellent program. It's only fair that if you use the
  137.      product you should pay for it.
  138.  
  139.            Special thanks is also due to Robert F. Henn, of Midland
  140.      Park, N.J., for making his PCBOARD.SLT script avaialble. The
  141.      code for building the capture file was unceremoniously lifted from
  142.      PCBOARD.SLT and grafted into UNI.SLT. My only modifications to it
  143.      were to add a few lines to allow the user to include a full path
  144.      specification for placement of the capture files, and to allow the
  145.      user to optionally skip creation of the capture file if desired.
  146.  
  147.  
  148.  
  149.                                   OTHER STUFF
  150.  
  151.            I'm releasing this script for anyone to use or modify as they
  152.      wish, with the exception that it not be used by anyone for making a
  153.      buck. In other words, if you modify it and redistribute it keep it
  154.      in the public domain and give credit where credit is due.
  155.  
  156.            If you have any comments, criticisms, or suggestions about
  157.      the script then leave mail for me on the Telix Support BBS, or on
  158.      EXEC-PC's "COMMUNICATIONS: GENERAL TOPIC" conference. I usually
  159.      call Telix Support about every two weeks or so, and EXEC-PC on a
  160.      daily basis.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.