When batch processing images in XNview Windows 1.92.4, I usually load a script I once saved. In older versions I only had to use the drop-down-menu to get to my already used scripts, but in 1.92.4 this list is not being updated.
Obviously the xnview.ini is not being stored properly. There should be a line like the history-0= below, but this line is not being written. If I change my xnview.ini manually, everything works fine.
Code: Select all
[Convert]
CloseDlg=1
DefaultFormat=jpeg
DeleteOriginal=0
HideError=0
KeepFormat=0
KeepOriginalDate=0
KeepSubFolder=0
Overwrite=1
UseOrgPath=0
history-0=d:\somescript.xbs
Tobi