-- Downloaded From: http://c-command.com/scripts/dropdmg/minimize-waiting-operations -- Last Modified: 2007-08-17 tell application "DropDMG" set theOperations to every operation whose waiting is true repeat with theOperation in theOperations set w to window of theOperation -- write Įproperty minUČ instead of "miniaturized", since the latter -- conflicts with an AppleScript Studio verb set w's Įproperty minUČ to true end repeat end tell