Hi, i've assigned TC hotkeys F5 & CS+F5 to 2 AHK scripts this way.
F5=Ahk Script that Copy files
CS+F5=Ahk Script that Copy files + verify files after copy
These AHK scripts mark or unmark Verify checkbox in copy dialog window, so the first thing that each script do is to read VerifyCopy= value from Wincmd.ini to know if it is 0 or 1.
But i've found a problem, if you launch TC (Wincmd.ini -> VerifyCopy=0), you press F5 (cm_CopyOtherpanel) and you mark Verify checkbox, TC remember this setting during all session, but Wincmd.ini doesn't change from VerifyCopy=0 to VerifyCopy=1 , so it's impossible to me to know current VerifyCopy value and AHK scripts are useless.
I think that if TC remember this setting then VerifyCopy= value in Wincmd.ini should change. May you fix it please ? Thanks
