home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tagmgr.zip / readme.txt < prev    next >
Text File  |  2000-02-12  |  3KB  |  82 lines

  1.  
  2.                      OS/2 Tagline Manager "read me!"
  3.  
  4.               Copyright (c) 1999 Jonathan de Boyne Pollard.
  5.          c/o 1 Queen's Close KENILWORTH  CV8 1JR, United Kingdom
  6.  
  7.  
  8.     Guarantee and Software licence
  9.     ──────────────────────────────
  10.  
  11.     The Tagline Manager is copyrighted software, with all rights reserved
  12.     by the author, which the author encourages everyone to share and to
  13.     use freely.  The terms and conditions of the software licence, and the
  14.     guarantee information, are contained in the on-line help document
  15.     TAGMGR.HLP .
  16.  
  17.  
  18.     Installation to a dedicated directory
  19.     ─────────────────────────────────────
  20.  
  21.     To install the tagline manager to a directory dedicated to holding it,
  22.     such as C:\TAGMGR, for example, simply unpack the distribution archive
  23.     into that directory.
  24.  
  25.         PKZIP -extract -dir=curr TAGMGR C:\APPS\TAGMGR\ *
  26.  
  27.     ( This assumes that the distribution archive that you received was in
  28.       ZIP format, and that you are using PKZIP version 2.50 for OS/2. )
  29.  
  30.     You will then need to add the directory to the PATH and HELP
  31.     environment variables.  For example, if you have unpacked the tagline
  32.     manager into the C:\APPS\TAGMGR directory, you will need to either
  33.  
  34.         (a) Create a *.CMD file with the following statements in it
  35.  
  36.                 PATH C:\APPS\TAGMGR;%PATH%
  37.                 SET HELP=C:\APPS\TAGMGR;%HELP%
  38.  
  39.             which you then execute before using the tagline manager; or
  40.  
  41.         (b) Add C:\TAGMGR to the PATH and HELP environment variables in
  42.             CONFIG.SYS and restart your system.
  43.  
  44.  
  45.     Installation to a multipurpose directory
  46.     ────────────────────────────────────────
  47.  
  48.     If you already have general purpose catch-all directories where you
  49.     like to store your third-party tools, message files, and on-line help
  50.     files, then you simply need to extract the relevant parts of the
  51.     distribution archive into the different directories.
  52.  
  53.     For example, if your general-purpose directory for executables is
  54.     C:\LOCAL\BIN, and for help files is C:\LOCAL\HELP, then you need to
  55.     extract as follows:
  56.  
  57.         PKZIP -extract -dir=none TAGMGR C:\LOCAL\BIN\ *.EXE
  58.         PKZIP -extract -dir=none TAGMGR C:\LOCAL\HELP\ *.HLP
  59.  
  60.     ( This assumes that the distribution archive that you received was in
  61.       ZIP format, and that you are using PKZIP version 2.50 for OS/2. )
  62.  
  63.  
  64.     Getting started
  65.     ───────────────
  66.  
  67.     The various command-line options, how TAGMGR can interface to off-line
  68.     reader programs, and how to invoke TAGMGR in non-interactive mode, are
  69.     all explained in the on-line help.  To view the on-line help for the
  70.     tagline manager, start it with the command
  71.  
  72.         TAGMGR
  73.  
  74.     and select "Help" and "Help Contents" from the menu.
  75.  
  76.     To start TAGMGR and proceed directly to the help for the command-line
  77.     optoins, use the /? option, which must be the first option on the
  78.     command line. i.e.
  79.  
  80.         TAGMGR /?
  81.  
  82.