home *** CD-ROM | disk | FTP | other *** search
- ~0E
- ┌─────────────┐ ┌────────────┐┌─┐
- └┐ ┌┘ │ ┌──────┐└┘ │
- │ │ │ │ └───┘
- │ │ │ │ <tm>
- │ │ │ └─────────────┐
- │ │ └──────┐ │
- │ │ │ │
- │ │ │ │
- │ └─────────┘ │
- │ U n i q u e S o f t w a r e │
- └─────────────────────────────────┘ ~0F
- FAXCTRL 1.32 - Copyright 1989 by Unique Software ~0A
- Supplemental File ~07
- "Using FAXCTRL with TELIX" ~02
- Unique Software :: Post Office Box 26613
- Fort Worth, Texas 76126-0613
- CompuServe : 70130,330 :: MCI-Mail : 252-8689
- American People Link : UNIQUESOFT ~07
- ~87365~07day - ~8724~07hr Technical FAX Support - 1-817-249-4284
- ~0A
- -Press [PG DN] for next page- ~03
- ~03
- "Using FAXCTRL with TELIX"
- ~02
-
- TELIX, Copyright 1986-88 by Exis, Inc., is another popular shareware
- communications program. Interfacing TELIX with FAXCTRL is fairly simple.
-
-
- We do not intend to give a tutorial on how to use, setup, or operate the
- HOST mode under Telix. We believe that the author(s) did that very well in the
- instructions provided with Telix. Therefore, we will only demonstrate how to
- interface FAXCTRL with Telix's HOST mode.
-
-
- Included in FAXCTL.EXE are two files related to Telix, TLXHOST.BAT and
- FHOST.SLC. If you've been using Telix for some time you already know that the
- .SLC extension is a compiled SALT file. This HOST file is identical with the
- HOST.SLC file provided with TELIX with ONE exception. The SALT command,
- Exittelix (0,1);, replaced the lines marked below ...
-
- ~0A
- -Press [PG DN] for next page-
- ~02
-
- else if (option == 'G') // Goodbye (Hang-up)
- {
- host_send("^M^JGoodbye!^M^J");
- ustamp("User logged off.", 1, 1); < r
- if (carrier_counts) < e
- { < p
- delay(10); < l
- hangup(); < a
- } < c
- return; < e
- \
- Exittelix (0,1); <-----------------------------------------------┘
-
-
- Once replaced, and recompiled using CS.EXE. The "G"oodbye command in the
- Host mode will exit to DOS and back to FAXCTRL through TLXHOST.BAT.
-
-
- Just remember that the simple addition of the "Exittelix(0,1);" command is
- all that is necessary if you have another type of host .SLT file you are using.
-
-