home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 9 / novell-nsepro-1992-vol09.iso / readme.pro < prev    next >
Text File  |  1992-03-16  |  4KB  |  103 lines

  1. April 1992
  2.  
  3.  
  4. *****************************************************************************
  5.           Welcome to the Novell Professional Volume
  6. *****************************************************************************
  7.  
  8. You may run the Novell Professional Volume directly from a CD-ROM drive or
  9. you may choose to install it to a hard drive. If you choose to run directly
  10. from the CD-ROM, the CD-ROM drive may be connected to a stand-alone PC, a
  11. network workstation, or a file server.
  12.  
  13. The installation executable (install.exe) will move the Novell Professional
  14. Volume to either a local hard disk or a file server according to the parameters
  15. given to the install program.
  16.  
  17. *****************************************************************************
  18.           Running the NSE from a CD-ROM Drive
  19. *****************************************************************************
  20.  
  21. To run from the CD-ROM drive:
  22.  
  23.      1. Include a path to the root directory of your CD-ROM drive in your
  24.      PATH command.  For instance, if D: is your CD-ROM drive, type:
  25.  
  26.           PATH=D:\
  27.  
  28.      Refer to your DOS reference manual for a further explanation of the
  29.      PATH command.
  30.  
  31.      2. Create the DOS environment variable NSE_DOWNLOAD and point it to
  32.      the directory containing the downloadable files on the CD-ROM.  For
  33.      instance, if D: is your CD-ROM drive, type the following:
  34.  
  35.           SET NSE_DOWNLOAD=D:\DOWNLOAD
  36.  
  37.      Refer to your DOS reference manual for a further explanation of the
  38.      SET command.
  39.  
  40.      3. You must have write access to your default drive (ie, your
  41.      default drive must be a local hard drive or a network hard drive on
  42.      which you have write access).  If C: is your default drive and D:
  43.      your CD-ROM drive, type:
  44.  
  45.           D:NSEPRO<ENTER>
  46.  
  47. *****************************************************************************
  48.           Installing the CD-ROM Contents to Another Drive
  49. *****************************************************************************
  50.  
  51. To install to another drive:
  52.  
  53.      1. Make the CD drive your default drive.  If your CD drive is
  54.      installed as drive D:, type D:<ENTER>
  55.  
  56.      2. Install to a target drive by typing:
  57.  
  58.           INSTALL <target drive> DFILES
  59.  
  60.      The DFILES parameter tells the install program that you want all of
  61.      the downloadable files copied to your target drive.  (This version
  62.      contains approximately 25 MB of infobase, 10 MB of graphics, and
  63.      30 MB of downloadable files).  If you DO NOT want the downloadables
  64.      installed, type:
  65.  
  66.           INSTALL <target drive> NODFILES
  67.  
  68.      The following examples demonstrate choices you might make:
  69.  
  70.           INSTALL C: DFILES    (local drive with downloadables)
  71.           INSTALL C: NODFILES  (local drive without downloadables)
  72.           INSTALL N: DFILES    (network drive with downloadables)
  73.           INSTALL N: NODFILES  (network drive without downloadables)
  74.  
  75. The install procedure creates the following directory structure on the
  76. target drive:
  77.  
  78.      \NSEPro
  79.      \NSEPro\Graphics
  80.      \NSEPro\Download
  81.  
  82. You must set a search drive to the \NSEPro directory.  For a stand-alone DOS
  83. installation, you must modify your PATH environment variable to include:
  84.  
  85.      PATH=<target drive>\NSEPRO
  86.  
  87. You do not need to alter the PATH environment variable for a network
  88. installation.  Instead, set a search drive to point to the NSEPro
  89. directory.  Refer to your NetWare documentation for more information on
  90. defining search drives.
  91.  
  92. If you intend to download patches and fixes, it is recommended that you
  93. define the DOS environment variable NSE_DOWNLOAD and point it to the download
  94. directory.  For instance, if you had installed the NSEPro to your N: network
  95. hard drive, you would add the following to your login script:
  96.  
  97.      DOS SET NSE_DOWNLOAD="N:\NSEPro\Download"
  98.  
  99. Refer to your NetWare documentation for more information on the DOS SET
  100. command.
  101.  
  102.  
  103.