The code works about 90% of the time. However, sometimes it only copies only a part of the backup items, or nothing at all. Therefore i would like to add some 'pause' command, maybe 0.5 seconds before the select all part. Is there a way to achieve this?
Go "C:/Users/Me/AppData/Roaming/Opera Software/Opera Stable" openinleft
Go N:\Backup openinright
set Focus=right
Select all
Copy Move to "C:/Users/And/AppData/Roaming/Opera Software/Opera Stable"
Ideally, i'd like to have some visual confirmation that actually worked. That's why i have those two somewhat awkward Go commands. That's why i posted that idea about some '@notify' command recently. I have to make sure, all files were copied, due to security requirements, having a second, simliar code to move some special files into some secure environment.
That's what i thought too. I will have to remember the file count though, after the action, since the other button is moving 16 items or so. Thanks for your ideas.