home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinnlsp.txt < prev    next >
Text File  |  1996-12-25  |  3KB  |  87 lines

  1. OSINNLSP - NEED TO EDIT NLSPATH IN CONFIG.SYS AFTER OS/2 WARP 4 
  2. INSTALLATION
  3. 10/25/96
  4. =======================================================================
  5.         Need to Edit NLSPATH in CONFIG.SYS after OS/2 Warp 4 Installation
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. When OS/2 Warp 4 updates an existing SET NLSPATH= statement
  14. in the CONFIG.SYS file during installation, it adds any new paths
  15. to the end of the SET NLSPATH= statement. (New paths should be added
  16. to the beginning of the statement.)
  17.  
  18. As a result, some system operations display invalid or
  19. incorrect system messages.
  20.  
  21. RESOLUTION
  22.  
  23. To resolve this problem, edit the NLSPATH statement in the
  24. CONFIG.SYS file and move the path that OS/2 Warp 4 added to the 
  25. beginning of the list as follows:
  26.  
  27. 1. Open an OS/2 Window.
  28.  
  29. 2. Change to the C:\OS2 directory (where C: is the drive where OS/2 is 
  30.    installed).
  31.  
  32. 3. Edit the old copy of CONFIG.SYS, which is saved by default as 
  33.    CONFIG.BAK:
  34.  
  35.    Type E C:\CONFIG.BAK, then press Enter 
  36.    (where C: is the drive where OS/2 is installed).
  37.  
  38. 4. Take note of the SET NLSPATH= statement, then press F3 to exit the 
  39.    file.
  40.  
  41. 5. Type E C:\CONFIG.SYS, then press Enter (where C: is the drive where 
  42.    OS/2 is installed).
  43.  
  44. 6. Compare the SET NLSPATH= statement in the old CONFIG.BAK to that in 
  45.    the new CONFIG.SYS.
  46.  
  47. 7. Move any new additions from the end of the SET NLSPATH statement to 
  48.    the beginning.
  49.  
  50.    For example, if the CONFIG.BAK file contains the following statement 
  51.    from before the OS/2 Warp 4 installation:
  52.  
  53.    SET NLSPATH=C:\PRIOR; 
  54.  
  55.    and OS/2 Warp 4 installation adds the following path to the 
  56.    statement:
  57.  
  58.    C:\AFTER
  59.  
  60.    the resulting SET NLSPATH in CONFIG.SYS is:
  61.  
  62.    SET NLSPATH=C:\PRIOR;C:\AFTER; 
  63.  
  64.    However, for proper system operation, the NLSPATH should be:
  65.  
  66.    SET NLSPATH=C:\AFTER;C:\PRIOR;  
  67.  
  68. 8. Save the file and exit.
  69.  
  70. 9. Shutdown and restart the system for the changes to take effect.  
  71.  
  72.  
  73.  
  74. warp4
  75. ______________________________________________________________________
  76. IBM disclaims all warranties, whether express or implied, including 
  77. without limitation, warranties of fitness and merchantability with 
  78. respect to the information in this document. By furnishing this 
  79. document, IBM grants no licenses to any related patents or copyrights.  
  80. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  81. or brand names referenced in this document are the property of their 
  82. respective owners. Consult your product manuals for complete trademark 
  83. information. 
  84.  
  85.  
  86.  
  87.