ConvINI.CMD is a REXX program to convert some or all entries of an INI file to a REXX program to recreate the entries.
ConvIni.CMD needs only the DLL REXXUTIL.
Note that you can change the code of ConvIni to use the DLL RxIni for reading the INI files to increase the performance.
See Sample programs based on TEMPLATE.CMD on how to use this sample program.
Here are the links to the sections needed to create the program:
1. Copy the first part of the source into a file (e.g., TEXT.TMP)
2. Append the second part of the source for TEMPLATE.CMD to that file
3. Append the third part of the source for TEMPLATE.CMD to that file
4. Append the fourth part of the source to that file
5. Delete the leading empty lines and blanks from the newly created
file TEXT.TMP
6. Rename TEXT.TMP to CONVINI.CMD