home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / odina5.zip / Odin_ini.txt < prev    next >
Text File  |  1999-11-09  |  854b  |  35 lines

  1. /* $Id: Odin.ini.txt,v 1.3 1999/11/09 14:13:46 sandervl Exp $ */
  2.  
  3. Odin initialization file documentation
  4.  
  5. [COLORS]
  6. UseWinColors    Use Windows colors
  7.         values: 1/0
  8.         default: 0
  9. SaveColors    Save/restore colors to/from Odin.ini
  10.         values: 1/0
  11.         default: 0
  12.  
  13. [DIRECTORIES]
  14. SYSTEM        Windows system directory
  15.         - This directory _must_ exist!
  16.         - Don't use backslashes as last character!
  17.         default: Open32 -> \os2\system
  18.         example: e:\win32\system
  19. WINDOWS        Windows directory
  20.         - This directory _must_ exist!
  21.         - Don't use backslashes as last character!
  22.         default: Open32 -> \os2
  23.         example: e:\win32
  24.  
  25. [DLLRENAMEWIN]
  26. OLE32=OLE32OS2
  27. NETAPI32=WNETAP32
  28.  
  29. [DLLRENAMEOS2]
  30. OLE32OS2=OLE32
  31. WNETAP32=NETAPI32
  32.  
  33. Odin.ini is stored in the directory where the environment string
  34. ODIN_INI points to. The default path is the directory of
  35. KERNEL32.DLL.