[next] [previous] [contents]

  Displaying an Alternate Bookshelf Instead of the Default
  (OpenVMS)

  To display an alternate bookshelf instead of the default
  display, follow these steps:

  1. Enter the following command to determine if the logical
        name DECW$BOOK points to the directory that contains
        the alternate bookshelf file:
        $ SHOW LOGICAL DECW$BOOK
  2. If DECW$BOOK points to the directory that contains
        the alternate bookshelf file, define the logical name
        DECW$BOOKSHELF to be the alternate bookshelf file.
        For example:
        $ DEFINE DECW$BOOKSHELF NEW_BOOKS.DECW$BOOKSHELF

        If DECW$BOOK does not point to the directory that con-
        tains the alternate bookshelf file, use the complete file
        specification in the definition. For example:
        $ DEFINE DECW$BOOKSHELF $USERS:[JONES]NEW_BOOKS.DECW$BOOKSHELF

        Note that if you define DECW$BOOKSHELF to be
        the file name only, without the complete file speci-
        fication, Bookreader searches the directories defined by
        DECW$BOOK for a file with that name. If another book-
        shelf file with the same name exists in DECW$BOOK's
        search list, that bookshelf is also displayed.
  3. Start Bookreader from the command line:
        $ BOOKREADER

        The bookshelves and books listed in the alternate bookshelf
        file are displayed in the library window.

  You can use DECW$BOOKSHELF to access any single book-
  shelf or any set of bookshelf files with the same name that
  appears in DECW$BOOK's search list.

  If you created your own LIBRARY.DECW$BOOKSHELF file
  in order to
add your bookshelf to the default display ,
  you can use another method to view only your local book-
  shelf. You can redefine DECW$BOOK on a temporary basis
  to be your local directory. For example:
  $ DEFINE DECW$BOOK $USERS:[JONES]

  This definition overrides the system definition and exists for
  the duration of the current process only. You can deassign
  this local definition at any time and return to the display that
  is defined by the system definition by entering the following
  command:
  $ DEASSIGN DECW$BOOK