-- Downloaded From: -- http://c-command.com/scripts/dropdmg/cancel-waiting-operations tell application "DropDMG" tell (every operation whose waiting is true) cancel end tell end tell