home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / LZHTV11.ZIP / LZHTV.DOC < prev    next >
Encoding:
Text File  |  1990-01-02  |  3.2 KB  |  111 lines

  1.   
  2.   
  3.                                 L z h   T V
  4.   
  5.                            Version 1.1, 01-03-89
  6.   
  7.                    Online .LZH Directory/Text View Module
  8.                       for .LZH files made with LHARC10
  9.  
  10.                                  LZHTV11.ZIP
  11.   
  12.           Copyright 1989, 1990 Samuel H. Smith;  ALL RIGHTS RESERVED
  13.   
  14.   
  15.                         This program is supported by:
  16.   
  17.                               The Tool Shop BBS
  18.                                  Phoenix, AZ
  19.                              (602) 264-3969 (HST)
  20.                           (602) 279-2673 (HAYES 9600)
  21.   
  22.   
  23. 'LzhTV' is a small text-view utility for .LZH files created with
  24. Haruyasu Yoshizaki's LHARC10.   It allows you to directly list out text
  25. files in a .LZH without first extracting them.  This version is
  26. compatible with network filesharing.  Run LzhTV without parameters for a
  27. summary of command syntax.
  28.  
  29. This utility can be used as a simple DOOR in systems that can provide a
  30. filespec for .LZH viewing.
  31.  
  32. This utility is compatible only with PKware LHARC10.EXE and later file
  33. formats.
  34.  
  35.  
  36. Usage
  37. -----
  38.    LzhTV [-Pport] [-Tminutes] FILE[.Lzh] ... FILE  [<IN] [>OUT]
  39.  
  40.    -Pn   Enables com port COMn and monitors carrier.
  41.          Local operation allowed with -P0.
  42.  
  43.    -Tn   Allows user to stay in program for n minutes.
  44.  
  45.  
  46. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.3 and later)
  47. ------------------------------------
  48.    @LzhTV -p1 %1 >pcbview.txt
  49.  
  50.  
  51. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.2 and earlier)
  52. ------------------------------------
  53.    echo off
  54.    LzhTV -p1 %1 >pcbview.txt
  55.  
  56.  
  57. Example PROD.CNF for ProDoor 2.9  (2-18-89 and later)
  58. --------------------------------
  59.    LzhTV -p$N$ -t$TIME$
  60.  
  61.  
  62.  
  63. Revision history
  64. ----------------
  65.  
  66. 4-21-89
  67.    Initial coding and release.
  68.  
  69. 1-3-90
  70.    Corrected logic to quickly respond to a "NO" response at a "more?"
  71.    prompt.
  72.  
  73.  
  74. LICENSE
  75. =======
  76.  
  77. You may copy and distribute this program freely, provided that:
  78.     1)   No fee is charged for such copying and distribution, and
  79.     2)   It is distributed ONLY in its original, unmodified state.
  80.  
  81. If you wish to distribute a modified version of this program, you MUST
  82. include the source code.
  83.  
  84. If you modify this program, I would appreciate a copy of the new source
  85. code.  I am holding the copyright on the source code, so please don't
  86. delete my name from the program files or from the documentation.
  87.  
  88.  
  89. SUPPORT
  90. =======
  91.  
  92. I work very hard to produce a software package of the highest quality
  93. and functionality.  I try to look into all reported bugs, and will
  94. generally fix reported problems within a few days.
  95.  
  96. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  97. PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  98. ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  99. CLAIM BY ANY OTHER PARTY.
  100.  
  101. If you have any questions, bugs, or suggestions, please contact me at:
  102.  
  103.                            The Tool Shop BBS
  104.                        (602) 264-3969 (HST 9600)
  105.                        (602) 279-2673 (HAYES 9600)
  106.  
  107. The latest version is always available for downloading.
  108.  
  109. Enjoy!     Samuel H. Smith
  110.            Sysop of The Tool Shop.
  111.