home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / novell / win31 / powin30 / prmin_l.001 / README.NET < prev    next >
Text File  |  1994-12-09  |  7KB  |  154 lines

  1. =================================================================
  2. README.NET                                               09/27/94
  3. =================================================================
  4.  
  5. To the System Administator:
  6.  
  7. This README file contains information about networking
  8. Presentations 3.0 for Windows that changed after the User's 
  9. Guide was printed.
  10.  
  11. Included is the following information.
  12.  
  13. 1    Workstation Installation following Network Server
  14.      Installation
  15. 2    Environment Filename Syntax Change
  16. 3    Disabling Open File Options
  17. 4    Writing Tools and WTAPI.INI
  18. 5    Binary Initialisation File (.BIF) Tips
  19. 6    About .UNR Files
  20. 7    Supplementary Dictionary Files
  21. 8    Using the /CSLA Startup Option
  22. 9    Using the /U Startup Option
  23.  
  24. WORKSTATION INSTALLATION FOLLOWING NETWORK SERVER INSTALLATION
  25. ==============================================================
  26. IMPORTANT!  Once the network server installation of PRWin
  27. 3.0 is complete, you MUST open Presentations (double-click the
  28. Network Settings icon) from the newly installed server BEFORE
  29. allowing users to perform workstation installations.
  30.  
  31. ENVIRONMENT FILENAME SYNTAX CHANGE
  32. ==================================
  33. For compliance with CD ROM, environment filenames now use
  34. underscores (_) instead of brackets ({ }).  For example, the
  35. Presentations environment file, WP{PR}.ENV in previous versions,
  36. is now named WP_PR_.ENV.
  37.  
  38. DISABLING OPEN FILE OPTIONS
  39. ===========================
  40. Using the BIF Editor, you can disable the options on the File
  41. Options pop-up list (for example, Remove Directory or Move) in
  42. the directory dialog boxes that you do not wish your users to 
  43. have access to.
  44.  
  45. To disable specific File Options for all network users, 
  46.  
  47. 1    In the BIF Editor, open the WPCNET.BIF file, double-click
  48.      the WP Shared Code group, then double-click the Open File
  49.      section.
  50.  
  51. 2    Choose Insert, then type Remove File Options in the Item
  52.      text box.
  53.  
  54. 3    Choose Signed Word from the Item Type pop-up list.
  55.  
  56. 4    Type the value which corresponds to the option you wish to
  57.      disable in the Value text box.  The values for specific
  58.      options are as follows:
  59.  
  60.      Copy                     1
  61.      Move                     2
  62.      Rename                   4
  63.      Delete                   8
  64.      Create Directory         32
  65.      Remove Directory         64
  66.      Print                    128
  67.      Print List               256
  68.  
  69. If you wish to disable all options, type -1.  If you wish to
  70. disable multiple options, add the values of the options you wish
  71. to disable, then type that number.  For example, if you wish to
  72. disable the Delete and Remove Directory options, type 72.
  73.  
  74. WRITING TOOLS AND WTAPI.INI
  75. ===========================
  76. The WTAPI.INI file contains settings for each writing tool (for
  77. example, Speller, Thesaurus, and Grammatik).  When you use a
  78. writing tool, Presentations first looks in the Windows directory
  79. for WTAPI.INI. If the file is not found there, Presentations looks
  80. in the WIN.INI file in the section called [Writing Tools] in an
  81. entry called WTAPIPATH for its location.  If you performed a
  82. Corporate installation, an entry is placed in the .BIF file
  83. pointing to the WTAPI.INI.  During workstation installations the
  84. WTAPIPATH entry is placed in the [Writing Tools] section of each
  85. user's WIN.INI file and points to the location of the writing
  86. tools.  NOTE: You cannot change the names of writing tools using
  87. the Edit Menu dialog box.
  88.  
  89. BINARY INITIALISATION FILE (.BIF) TIPS
  90. ======================================
  91. To store users' .BIF files in an area other than the Windows or
  92. Shared network area, specify a "relative" drive letter (for
  93. example, H:) for the Shared Directory on Network option (under
  94. Net Options).  The Installation program will place the /PI
  95. startup option along with the directory you have specified in the
  96. SH_SH_.ENV file.  When you start Presentations, it will read the
  97. .ENV file, and save users'.BIF files to the users' mapping of H:. 
  98. If you store users' .BIF files in this way, we recommend that you
  99. remove the /NT switch from the WP_PR_.ENV file since name hashing
  100. will not be necessary.
  101.  
  102. The WPCNET.BIF file is found in the directory specified by the
  103. /NI startup option or in the Windows system directory.  
  104.  
  105. ABOUT .UNR FILES
  106. ================
  107. If you use name hashing, a User Name Resolution (.UNR) file is
  108. created to avoid duplicate hashed .BIF names.  This file is
  109. placed in the location specified by the /UNR startup option or in
  110. the Windows directory.
  111.  
  112. The .UNR file will be created with a pattern of XXXX.UNR where X
  113. represents characters from a 32-bit CRC based on the user ID.  
  114.  
  115. SUPPLEMENTARY DICTIONARY FILES
  116. ==============================
  117. The default location for user supplementary dictionary files is
  118. the Windows directory.  You can change this location by adding a
  119. group called "WPSpeller," with a section called "Settings," and
  120. an item called "Default Path for Supplementary Dictionaries" in
  121. the WPCNET.BIF file.  The item type is ANSI string.  You can use
  122. a full path or a relative drive letter.  The Supplementary
  123. Dictionary File naming convention is WxxxxxUS.SUP, where the five
  124. x's represent the hashed name based on the user name.
  125.  
  126. USING THE /CSLA STARTUP OPTION
  127. ==============================
  128. Presentations 3.0 for Windows' login alias switch allows for
  129. lowercase characters.  Most networks, however, return the user's
  130. ID in uppercase characters.  This could cause a problem when
  131. generating a hash on the values.  The hash based on the user ID
  132. should be done on the uppercase version of the login alias only.
  133.  
  134. Presentations 3.0 for Windows has set the login alias to uppercase
  135. by default.  If you wish the login alias be case sensitive, the
  136. Case Sensitive Login Alias (/CSLA) startup option suppresses
  137. uppercasing.
  138.  
  139. USING THE /U STARTUP OPTION
  140. ===========================
  141. The /U startup option is used for BIF file naming. A maximum
  142. of four characters can be used; any characters after the
  143. first four are ignored.
  144.  
  145. If both the /NT and /U startup options are used, then the value
  146. of /U is inserted as characters 4-8 of the filename.  For
  147. example, if /U=grey is set, and the user's network name is
  148. "blue", then the personal BIF file name would be BLUEGREY.BIF.
  149. Without /U=grey, the personal BIF filename would be BLUEFU0S.BIF,
  150. where "fu0s" is the hashed portion of the name.  The /U value
  151. replaces the hashed portion of the filename.
  152.  
  153. END
  154.