home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 15 / novell-nsepro-1992-vol15.iso / readme.pro < prev    next >
Text File  |  1992-09-18  |  4KB  |  101 lines

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