home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / prf21e.zip / README.DOC < prev    next >
Text File  |  1995-02-18  |  4KB  |  87 lines

  1.                              Profiler Version 2.1
  2.                             ──────────────────────
  3. PROFILER 2.1 is an utility to manipulate OS/2 INI files.
  4.  
  5. OS/2 itself and many OS/2 applications use those files to store data
  6. for initializing an application or to save application settings.
  7. All INI files a written in a none readable binary mode (not like Windows,
  8. where you can easily look at those files) to speed up the accesses to these
  9. files. Files like the OS2.INI and OS2SYS.INI are critical files for
  10. the operating system and must be handled with care, because damage of these
  11. files may break down the whole system.
  12. All files are organized like indexed databases, having two indices, the
  13. applications and the keys. So if you want to address data of an INI file,
  14. you have to know those two indices, which identify the data.
  15.  
  16.     But what does PROFILER do for you and what can you do with this utility ?
  17.  
  18.  1. You can easily look at any OS/2 INI file.
  19.  2. You can export the contents of an INI file into an read- and editable
  20.     ASCII file.
  21.  3. You can create or modify an INI file by importing ASCII files
  22.     (with a special format, like created by the export function)
  23.  4. You can create a dump of an INI file to study the contents of those
  24.     files.
  25.  5. You can duplicate, rename, delete or insert new applications into
  26.     an INI file.
  27.  6. You can copy, move, duplicate, rename, delete or insert new keys into
  28.     an INI file.
  29.  7. You can search for strings in an INI file.
  30.  8. You can backup INI files.
  31.  9. You can change the data of an application/key pair.
  32. 10. PROFILER can explain the entries of OS2.INI and OS2SYS.INI, to help
  33.     you understand the contends of these files.
  34.  
  35. In addition all Profiler settings can be easily changed using a notebook,
  36. to fulfill your special needs.
  37.  
  38. Known problems:
  39.  1. If you invoke the function "Explain" and there
  40.     is no explanation for the current application available,
  41.     you will get a message like "Link not possible".
  42.     This is because the OS/2 help manager does not return
  43.     the correct return code for the message "HM_DISPLAY_HELP",
  44.     like mentioned in the IBM documentation. So Profiler is 
  45.     not able to determine if there is an explanation or not.
  46.     In addition the help manager shows this useless message !!!
  47.  
  48. Requirements
  49. ------------
  50.  - AT compatible with 80386
  51.  - harddisk
  52.  - OS/2 2.1
  53.  
  54. Profiler files
  55. --------------
  56. *PROFILER.EX@ -! needed                 Profiler - program
  57. *PROFILER.HL@ -! runtime files          Profiler online help
  58.  README.DOC                             This file
  59.  REGISTER.DOC                           Registration form
  60.  INSTALL.EXE                            Installation program
  61.  INSTALL.HLP                            Online help for installation program
  62.  INSTALL.DAT                            Installation file for INSTALL.EXE
  63.  
  64. * These files are packed and can be unpacked manually
  65.   with the OS/2 command "UNPACK".
  66.  
  67. History of Profiler
  68. -------------------
  69. The history of changes is now integrated in the online help
  70. (see 'History').
  71.  
  72. Installation of Profiler
  73. ------------------------
  74.  - Start INSTALL.EXE in an OS/2 command line or from the "drives folder"
  75.  
  76. Command Line Options
  77. --------------------
  78. PROFILER [INI file]
  79.  - The name of the file which Profiler should open (default: OS2.INI)
  80.  
  81. Registration
  82. ------------
  83.  Print out the file 'REGISTER.DOC' and send the filled registration form
  84.  to the shown address.
  85.  
  86.                                           Bernd Wetzel
  87.