How can I paste with overwrite?
Posted: 18 Dec 2010 20:39
Code: Select all
Sel;
Sel a; //SELECT all
#200; //CUT all
Button "back";
Sel; //DESELECT
#202; //PASTE
Sel;goes back (or up) one folder,
and pastes all,
but I have to manually press OK to overwrite files
if files already exist.
I would like that this script could do it automatically.