home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / os2 / narzedzi / ztreebld / ztb.doc < prev    next >
Text File  |  1995-10-14  |  9KB  |  201 lines

  1.  
  2.   ┌───────────────────────────────────────────────────────────────────╖
  3.   │                                                                   ║ █
  4.   │                        Z T r e e B o l d                          ║ █
  5.   │                        OS/2 File Manager                          ║ █
  6.   │                                                                   ║ █
  7.   │                 Version 1.40 October 14th, 1995                   ║ █
  8.   │                                                                   ║ █
  9.   │ Copyright (c) Kim G. Henkel 1994, 1995                            ║ █
  10.   │                                                                   ║ █
  11.   ╘═══════════════════════════════════════════════════════════════════╝ █
  12.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  13.  
  14.     Introduction│
  15.     ────────────┘
  16.  
  17.     "ZTreeBold" is a text-mode file/directory manager for OS/2.  It has
  18.     been developed as a native OS/2 alternative to the DOS product,
  19.     XTreeGold (tm), at least until its makers can come up with the goods.
  20.     While I am sure you are well aware of the virtues of XTreeGold, you
  21.     know the disadvantages of it being a DOS program.  I wrote ZTreeBold
  22.     to provide all the functionality I am so accustomed to, while avoiding
  23.     all the DOS imposed limitations.
  24.  
  25.     Given time and incentive, I intend to provide all missing functions,
  26.     and will welcome suggestions from you the user.
  27.  
  28.     Licence│
  29.     ───────┘
  30.  
  31.     This program is not free.  You are granted a limited licence to evaluate
  32.     the product for 31 days from the date of first use.  To continue using
  33.     this version after 31 days, you MUST register.  Each subsequent release
  34.     of this product will allow a full 31 days evaluation from time of
  35.     installation.
  36.  
  37.     Please read REGISTER.TXT for detailed information.
  38.  
  39.     By registering this product, your support allows you unlimited use of
  40.     this and future versions.
  41.  
  42.     You can contact me by either sending an e-mail to:
  43.  
  44.          Internet:   khenkel@gate.net
  45.          CompuServe: 76251,2442
  46.  
  47.     or writing a letter to:
  48.  
  49.          Kim Henkel
  50.          9741 NW 7th Circle  or      10 Debson Close,
  51.          Apt# 522,                   Boronia, 3155,
  52.          Plantation,                 Victoria,
  53.          FL, 33324                   Australia.
  54.          U.S.A.
  55.  
  56.     Features│
  57.     ────────┘
  58.  
  59.     This version now contains most of the core functionality.  Archive
  60.     support has been added, using the ARCHIVER.BB2 configuration file,
  61.     courtesy of Mr Mark Kimes.  There are no autoview type modules yet.
  62.     These *may* be developed on a most requested basis.
  63.  
  64.     There is NO internal editor.  Instead, ZTreeBold will use your
  65.     favorite file editor (I currently use Brief for OS/2.).  The default
  66.     editor is E.EXE, but of course, full-screen programs are preferable in
  67.     this application.
  68.  
  69.     There is currently no mouse support, because as most Xtree fans would
  70.     agree, the power of the program comes from it's fast, concise keyboard
  71.     interface.  However, if there is enough interest in a mouse interface,
  72.     it will obviously be given serious consideration.
  73.  
  74.     There are several functions that are yet to be implemented.  Most are
  75.     trivial services that you will probably never miss.  Others are more
  76.     important, and will be introduced on a most requested basis.
  77.  
  78.     The highlighting of commands on the last three lines of the screen
  79.     should make the function support quite obvious.   If there is a
  80.     function missing you particularly miss, let me know.
  81.  
  82.     Well, that is all the bad news.  Here are some improvements over the
  83.     original.
  84.  
  85.     ZTreeBold uses around 400K of memory, and will allocate and free
  86.     blocks dynamically as required (no more 'out of memory' messages).
  87.  
  88.     The default video mode is 25x80.  The Alt-F9 command will toggle the
  89.     other video modes - 50/43/60x80.  You may save your current mode
  90.     using F10-Configure, and you may override this and the default from
  91.     the command line.
  92.  
  93.     Using OS/2 filesystem APIs, ZTreeBold avoids several of XTreeGolds'
  94.     limitations.
  95.  
  96.     - Doesn't hog the CPU while waiting for keyboard activity.
  97.     - Trying to log an in-use device will be dealt with gracefully.
  98.     - The ability to copy and search open files.
  99.     - Copy and Move functions will deal with a files' EAs.
  100.     - Directory Grafting works.
  101.     - Support of long HPFS filenames.
  102.     - The ability to launch OS/2 programs.
  103.     - Flexible support of *ANY* archiving program present and future.
  104.  
  105.     Being a native OS/2 application, ZTreeBold loads very quickly, as
  106.     there is no DOS session to start first.
  107.  
  108.     Installation│
  109.     ────────────┘
  110.  
  111.     - Copy ZTB.EXE & ZTB_CFG.EXE to a directory specified in your
  112.       OS/2 PATH statement.
  113.  
  114.     - Copy ARCHIVER.BB2 to the same directory as ZTB.EXE.  This file
  115.       should be reviewed to verify it references archive programs you
  116.       have available.
  117.  
  118.     - Copy the sample *.CMD files to the same directory as ZTB.EXE.
  119.       The .CMD file with the name matching the currently highlighted
  120.       file will be executed when you 'O'pen the file.  You may of course
  121.       build your own .CMD files for all the file-types you need to
  122.       manipulate with an external program.
  123.  
  124.     - Copy ZTBOLD.HLP to the same directory as ZTB.EXE.  This file is
  125.       accessed with the F1 key to provide basic operational help.
  126.  
  127.     - The first time you run ZTB, select Alt-F10 (Configure) to set the
  128.       program path, program colors and default editor & viewer.
  129.  
  130.     - If you want to use the Alt-Q command to exit to the current
  131.       directory, you must run a command file named ZTBOLD.CMD to invoke
  132.       ZTB.EXE.  This file will be created in the same path as ZTB.EXE,
  133.       when you issue the Alt-Q command.
  134.  
  135.     - If you create a program object on the WPS for ZTreeBold, you may
  136.       either specify a fullscreen or windowed session.  It will run well
  137.       in a window, but remember, it was always meant to be a fullscreen
  138.       program.  Do NOT specify the working directory.
  139.  
  140.     Here are the command line options: (which override ZTBOLD.INI)
  141.  
  142.     C:\>ZTB [/2|/4|/5|/6]  [/Eeditor.EXE] [/Vviewer.EXE] [/XT] [C D . Z]
  143.  
  144.     Meaning:[ Video Mode ] [ Editor name] [ Viewer name] [+/-] [Drives ]
  145.     Default:[  25 lines  ] [   E.EXE    ] [  Internal  ] [< >] [current]
  146.  
  147.     Multiple drives may be logged at startup, for example:
  148.  
  149.     C:\>ZTB /5 /XT C D E F
  150.  
  151.     Startup in 50 line mode, use +/- keys, log drives C, D, E & F.
  152.  
  153.                              ──────────────
  154.  
  155.     PLEASE read ZTBOLD.HLP for program instructions, if you are unfamiliar
  156.     with XtreeGold/ZTreeBold operation.
  157.  
  158.                              ──────────────
  159.  
  160.     **********************************************************************
  161.     * NOTE: In order to use the ARCHIVING features of ZTB, you must have *
  162.     * third-party OS/2 mode archiving programs available in your PATH,   *
  163.     * and check that ARCHIVER.BB2 contains correct archiver commands.    *
  164.     * DOS ARCHIVERS CANNOT BE USED FROM THIS PROGRAM.                    *
  165.     * To view files within an archive, you MUST have a environment       *
  166.     * variable for TMP defined.  eg. SET TMP=C:\TMP in your config.sys   *
  167.     **********************************************************************
  168.  
  169.     Coming Soon│
  170.     ───────────┘
  171.  
  172.     GIF/BMP/ICO viewer.
  173.     4OS2 support.
  174.     File associations.
  175.  
  176.     Legal Stuff│
  177.     ───────────┘
  178.                                WARRANTY
  179.  
  180.  
  181.     The  product has  no warranty  of any  kind, express  or implied,
  182.     including  without limitation, any  warranties of merchantability
  183.     and/or  fitness  for  a particular  purpose.   Kim G. Henkel,  or
  184.     anybody,  shall not  be liable  for any damages,  whether direct,
  185.     indirect, special or consequential arising from a failure of this
  186.     program  to operate  in the manner  desired by the  user.  Kim G.
  187.     Henkel shall  not be  liable for  any damage  to data or property
  188.     which may be caused directly or indirectly by use of the program.
  189.  
  190.     IN NO EVENT WILL Kim G. Henkel  BE LIABLE TO YOU FOR ANY DAMAGES,
  191.     INCLUDING  ANY  LOST  PROFITS, LOST SAVINGS  OR  OTHER INCIDENTAL
  192.     OR  CONSEQUENTIAL  DAMAGES ARISING OUT OF YOUR  USE OR  INABILITY
  193.     TO  USE  THE  PROGRAM, OR  FOR ANY  CLAIM  BY  ANY  OTHER  PARTY.
  194.  
  195.     Trademarks│
  196.     ──────────┘
  197.  
  198.     "XTreeGold" (tm) is a registered trademark of Central Point Software, Inc.
  199.  
  200.                              ──────────────
  201.