You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a batch script to update winapp2.ini and merge with custom.ini. The old winapp2ool allowed this command: winapp2ool.exe -3 -c -s
This does not work any more with the new winapp2ool. The readme.md still mentions 3 for merge but there is a new command combine in the new version. The description says that it combines ALL ini files from the directory. There are other ini files in that directory - at least winapp2ool.ini - that shall not be included.
How can I accomplish merging only custom.ini and winapp2.ini with the new version of winapp2ool?