home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / COMM / SZTELIX.TXT < prev    next >
Text File  |  1992-08-14  |  4KB  |  96 lines

  1.  
  2. This document last updated: July 25, 1992
  3. Latest known release of Super Zmodem: 1.60
  4. Latest known release of Telix: 3.15
  5.  
  6.               INSTALLING SuperZmodem in TELIX
  7.                      by Octavian #1 on
  8.         THE SPEARPOINT BBS * 410-889-5156 * 211 MEGS
  9.  
  10.      I have been quite surprised at the number of requests I have
  11. recieved about installing Super Zmodem in Telix.  This is not
  12. surprising, however, because the documentation for Super Zmodem is
  13. confusing and poorly-written.  This document, SZTELIX.TXT, is meant
  14. to provide a clear, concise set of instructions for installing the
  15. Super Zmodem protocol to work with Telix.
  16.     First of all, this document is not copyrighted in any way, and
  17. the author holds no responsibility for any of the information
  18. within.  Any damage caused in any way by the contents of this
  19. document is of no fault of the author.  Although it is legal for
  20. you to modify this document, I hope that your moral standards are
  21. high enough to keep it intact.
  22.  
  23. CHAPTER ONE: Initial installation.
  24.  
  25.     This document assumes that you have Super Zmodem 1.60 or
  26. above, and may be incompatible with any lower version, such as
  27. 1.44.  First of all, unzip the file SZMOD160.ZIP into your telix
  28. directory.  Change to your telix directory, and type SZCONFIG.  The
  29. configuration program for Super Zmodem is pretty self-explanatory,
  30. and it is both menu and mouse-driven.  You should have no problems
  31. with SZCONFIG.  A future release of this document may cover the
  32. configuration program in detail, but at the moment I feel no real
  33. need for this.
  34.  
  35. CHAPTER TWO: Creating batch files for SZModem.
  36.  
  37. Substitution chart for this chapter:
  38. <<1>>: The com port your modem is installed in.
  39. <<2>>: The baud rate of your modem.
  40. <<3>>: The directory telix is in, WITH THE TERMINATING BACKSLASH.
  41.  
  42.     Once you have configured Super Zmodem, you should create two
  43. batch files in your TELIX directory.  Type the following,
  44. SUBSTITUTING <<1>>, <<2>>, and <<3>> according to the chart listed
  45. above.
  46.  
  47. COPY CON SSZ.BAT
  48. SZMODEM PORT <<1>> SPEED <<2>> /SZTURBO SZ %1 %2 %3 %4 %5 %6
  49. ^Z
  50.  
  51. To make the ^Z character, you may hit either f6 or ctrl-Z.  If you
  52. have correctly completed the process, you should see the message
  53. 1 file(s) copied.  Then type:
  54.  
  55. COPY CON RSZ.BAT
  56. SZMODEM PORT <<1>> SPEED <<2>> /SZTURBO RZ <<3>>
  57. ^Z
  58.  
  59. You should then see the 1 file(s) copied message again.
  60.     Just to clarify things, I shall give an example.  Let's say
  61. you have a 2400 baud modem installed on Com2, and Telix is in the
  62. directory C:\TELIX.  You would then type:
  63.  
  64. COPY CON SSZ.BAT
  65. SZMODEM PORT 2 SPEED 2400 /SZTURBO SZ %1 %2 %3 %4 %5 %6
  66. ^Z
  67. COPY CON RSZ.BAT
  68. SZMODEM PORT 2 SPEED 2400 /SZTURBO RZ C:\TELIX\
  69. ^Z
  70.  
  71. CHAPTER THREE: Installing Super Zmodem as an external protocol in
  72. Telix.
  73.  
  74.     Now, go into Telix.  Once you are in the main Telix area, hit
  75. Alt-O to configure Telix, and select "Protocol Options" from the
  76. menu that appears.  Select one of the four blank external protocol
  77. slots (hit A, B, C, or D), and enter the information as follows:
  78.  
  79. Hotkey:            U
  80. Protocol Name:     SUperZ
  81. Upload filename:   SSZ.BAT
  82. Download filename: RSZ.BAT
  83. Batch/Script:      Batch
  84. Download name:     No
  85.  
  86.     Now hit ESC, and go back to the configure menu.  Select "Write
  87. setup to disk."  Once Telix has saved your setup, you are all set! 
  88. Now, whenever you download, if you want to use SuperZmodem, just
  89. select the SUperZ protocol or hit the U key.  Simple, effective,
  90. no?
  91.     If you benefited from this document, please call the
  92. Spearpoint at 410-889-5156.  I am hoping to write documents on
  93. using other protcols with Telix and Procomm.  Thank you for your
  94. support.
  95.  
  96.                                 ---Octavian