Forum Discussion
bob_bitchen
Occasional Contributor
5 hours agoThe tcl script is renaming a file that it has open. You have to fix their tcl by
#file rename -force $temp $filename
file copy -force $temp $filename
file delete -force $temp
Then it works.
It appears that no one is using these tools, because no one fixes a simple bug like this that has been around for years.