home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oswptini.txt < prev    next >
Text File  |  1997-02-12  |  2KB  |  65 lines

  1. OSWPTINI - TEMPORARY OR DUMMY INI FILE INITIALIZATION - OS/2 WARP
  2. 01/25/96
  3.  
  4. =======================================================================
  5.         Temporary or Dummy INI File Initialization--OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. Your system has Desktop problems, and you want to determine if the INI 
  14. files are the cause.
  15.  
  16. RESOLUTION
  17.  
  18. Create temporary INI files to determine if customized INI files are the 
  19. cause of the Desktop problems.
  20.  
  21. 1. Open an OS/2 Window.
  22.  
  23. 2. At the command prompt, type the following and press Enter after each:
  24.  
  25.       CD\OS2
  26.       MAKEINI OS21.INI INI.RC
  27.       MAKEINI OS2SYS1.INI INISYS.RC
  28.  
  29.    Note: INI file names end with "1."
  30.  
  31. 3. Type CD\ and press Enter.
  32.  
  33. 4. Type E CONFIG.SYS and press Enter to edit the CONFIG.SYS file.
  34.  
  35. 5. Change the following statements near top of the file:
  36.  
  37.       Change: SET USER_INI=C:\OS2\OS2.INI
  38.       To:     SET USER_INI=C:\OS2\OS21.INI
  39.  
  40.       Change: SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  41.       To:     SET SYSTEM_INI=C:\OS2\OS2SYS1.INI
  42.  
  43. 6. Select File, and then Save; then select Close.
  44.  
  45. 7. Shut down and restart the system.
  46.  
  47. If the problem is solved, the INI files were at fault. Edit the 
  48. CONFIG.SYS file and return the statements changed in step 5 to their 
  49. original values; that is, remove the "1" from the file names, and then 
  50. replace the INI files as described under "Recovering the User INI File" 
  51. in the User's Guide to OS/2 Warp.
  52.  
  53. If the problem is NOT solved, the INI files were not at fault.
  54. Something else is causing the problem.
  55.  
  56. ______________________________________________________________________
  57. IBM disclaims all warranties, whether express or implied, including 
  58. without limitation, warranties of fitness and merchantability with 
  59. respect to the information in this document. By furnishing this 
  60. document, IBM grants no licenses to any related patents or copyrights.  
  61. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  62. or brand names referenced in this document are the property of their 
  63. respective owners. Consult your product manuals for complete trademark 
  64. information. 
  65.