I want the following script to work without the Finder asking me if I really want to remove this disk.
tell application "Finder"
move disk "Backup" to trash
end tell
It has something to do with "[asking boolean] -- Specifies whether or not to present a dialog to confirm putting this item away." but I do not know how to implement this in my script. How do I do that?
Regards,
Rob