home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / voice / faxctrl / ftlxdoc.com (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1989-09-17  |  5.6 KB  |  68 lines

  1. ~0E
  2.                       ┌─────────────┐ ┌────────────┐┌─┐
  3.                       └┐           ┌┘ │    ┌──────┐└┘ │
  4.                        │           │  │    │      └───┘
  5.                        │           │  │    │          <tm>
  6.                        │           │  │    └─────────────┐
  7.                        │           │  └──────┐           │
  8.                        │           │         │           │
  9.                        │           │         │           │
  10.                        │           └─────────┘           │
  11.                        │  U n i q u e   S o f t w a r e  │
  12.                        └─────────────────────────────────┘                   ~0F
  13.                 FAXCTRL 1.32 - Copyright 1989 by Unique Software             ~0A
  14.                                 Supplemental File                            ~07
  15.                            "Using FAXCTRL with TELIX"                        ~02
  16.                   Unique Software   ::   Post Office Box 26613 
  17.                           Fort Worth, Texas 76126-0613 
  18.                CompuServe : 70130,330   ::   MCI-Mail : 252-8689
  19.                        American People Link : UNIQUESOFT                     ~07
  20.               ~87365~07day - ~8724~07hr Technical FAX Support - 1-817-249-4284
  21. ~0A
  22.                           -Press [PG DN] for next page-                      ~03
  23. ~03
  24.                            "Using FAXCTRL with TELIX"
  25. ~02
  26.  
  27.     TELIX, Copyright 1986-88 by Exis, Inc., is another popular shareware 
  28. communications program. Interfacing TELIX with FAXCTRL is fairly simple.
  29.  
  30.  
  31.     We  do not intend to give a tutorial on how to use,  setup,  or operate  the 
  32. HOST mode under Telix.  We believe that the author(s)  did that very well in the 
  33. instructions provided with Telix.  Therefore,  we will only demonstrate  how  to 
  34. interface FAXCTRL with Telix's HOST mode. 
  35.  
  36.  
  37.     Included in FAXCTL.EXE are two files related to Telix, TLXHOST.BAT and 
  38. FHOST.SLC. If you've been using Telix for some time you already know that the 
  39. .SLC extension is a compiled SALT file. This HOST file is identical with the 
  40. HOST.SLC file provided with TELIX with ONE exception. The SALT command, 
  41. Exittelix (0,1);, replaced the lines marked below ...
  42.  
  43. ~0A
  44.                           -Press [PG DN] for next page-
  45. ~02
  46.  
  47.    else if (option == 'G')            // Goodbye (Hang-up)
  48.     {
  49.      host_send("^M^JGoodbye!^M^J");
  50.      ustamp("User logged off.", 1, 1);                       <  r
  51.      if (carrier_counts)                                     <   e
  52.       {                                                      <    p
  53.        delay(10);                                            <     l
  54.        hangup();                                             <      a
  55.       }                                                      <       c
  56.      return;                                                 <        e
  57.                                                                        \
  58.      Exittelix (0,1);   <-----------------------------------------------┘
  59.  
  60.  
  61.     Once replaced, and recompiled using CS.EXE. The "G"oodbye command in the 
  62. Host mode will exit to DOS and back to FAXCTRL through TLXHOST.BAT.
  63.  
  64.  
  65.     Just remember that the simple addition of the "Exittelix(0,1);" command is 
  66. all that is necessary if you have another type of host .SLT file you are using.
  67.  
  68.