home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / tt2man.zip / ttcntrlr.doc < prev    next >
Text File  |  1994-06-10  |  4KB  |  115 lines

  1.  
  2.                              TABLE OF CONTENTS                              
  3.  
  4.  
  5.           3. TalkThru Initialization/Termination
  6.             3.1 Overview
  7.             3.2 TalkThru Invocation
  8.             3.3 TalkThru Termination
  9.  
  10.  
  11.  
  12.                    3. TalkThru Initialization/Termination                   
  13.  
  14.  
  15.                                 3.1 Overview                                
  16.  
  17.  
  18. During initialization, TalkThru performs the following activities:
  19.  
  20. 1. It  loads all the variables indicated in The Customization File  so  that
  21.    they  will be available to all other TalkThru sessions (see the  Chapter,
  22.    The Customization File for more information).
  23.  
  24. 2. It opens the Phone Book whose name was passed on the command line or,  if
  25.    one is not specified, it invokes the default Phone Book (SAMPLES.PBK).
  26.  
  27. IMPORTANT:
  28.      All TalkThru  components  run as entirely separate  OS/2  Sessions  and
  29.      multiple  Phone Books may be active at one time, but you only  need  to
  30.      perform  TalkThru initialization once.  Once this is  done,  additional
  31.      Phone Books can be started from ANY Phone Book window.
  32.  
  33.  
  34.  
  35.  
  36.                           3.2 TalkThru Invocation                           
  37.  
  38.  
  39. TalkThru is invoked with the following command:
  40.  
  41.   ┌──────────────────────────────────────────────────────────────────────┐
  42.   │ TalkThru [/I /Q /WF:xxxx ] disk:\pathname\filename ph one-book       │
  43.   └──────────────────────────────────────────────────────────────────────┘
  44.  
  45.  where:
  46.  
  47.  TalkThru
  48.       is the program name of TalkThru initialization
  49.  
  50.  disk:\pathname\filename
  51.       is the  fully qualified name of the TalkThru Customization File  which
  52.       defines  your  OS/2  environment to TalkThru.  This  file  is  created
  53.       during  TalkThru  installation  and  placed  into  the  root  TalkThru
  54.       directory,  normally  C:\TALKTHRU.     Its  name  at  installation  is
  55.       TALKTHRU.DEF.   Refer to the Chapter, The Customization File for  more
  56.       information on this file.
  57.  
  58.  phone-book
  59.       is the  name of the first phone-book to be opened by  TalkThru.   This
  60.       is an  optional parameter, the default being SAMPLES.  SAMPLES.PBK  is
  61.       distributed with TalkThru and is installed at installation time.
  62.  
  63.  /I
  64.       This option will force TalkThru to iconize itself on startup.
  65.  
  66.  /Q /WF:xxxx
  67.       When  invoking TalkThru using STARTUP.CMD, often you may wish to  wait
  68.       until  specific Communications Manager sessions have also  begun.   To
  69.       accommodate  this,  a command line option has been provided  to  force
  70.       TalkThru  to wait until all of a specified list of 3270  sessions  are
  71.       available  through  the EHLLAPI interface. xxxx represents  the  short
  72.       Session  Ids (A, B, etc.) of the sessions which MUST be active  before
  73.       TalkThru initialization is completed.
  74.       
  75.       This  option should appear between the TalkThru program name  and  the
  76.       customization  file specification and is most effective when  combined
  77.       with the /Q (QUIET startup mode) option.
  78.  
  79.  
  80. WARNING:
  81.      If you  specify  your  own   phone-book,   you  MUST  NOT  include  the
  82.      extension.  .PBK is an extension automatically added by TalkThru so  it
  83.      will not find your Phone Book if you include the extension yourself.
  84.  
  85. If all  of the defaults were used at installation time, below would  be  the
  86. appropriate syntax for invoking TalkThru:
  87.  
  88.                      TALKTHRU C:\TALKTHRU\TALKTHRU.DEF                      
  89.  
  90. Normally,  you  will  not  have  to  issue  the  TalkThru  command.   During
  91. installation, TalkThru is automatically added to your Desktop.
  92.  
  93. REMEMBER:
  94.      If you  wish  to  modify which Phone Book  is  opened  during  TalkThru
  95.      initialization,  you should modify your Desktop Manager Menu  (TalkThru
  96.      release  1.03) or your TalkThru icon (TalkThru release 2.3) to  include
  97.      the Phone Book name on the command line.
  98.  
  99. If you wish to add TalkThru to your STARTUP.CMD file, prefix the  invocation
  100. of TalkThru discussed above with the following parameters:
  101.  
  102.             start /pm
  103.  
  104.  
  105.  
  106.  
  107.                           3.3 TalkThru Termination                          
  108.  
  109.  
  110. TalkThru  is  terminated by requesting Exit from the Phone  Book  pull  down
  111. menu on any Phone Book.
  112.  
  113. TalkThru will only terminate after EVERY TalkThru session has been  properly
  114. terminated.
  115.