-- Downloaded From: -- http://c-command.com/scripts/dropdmg/burning tell application "DropDMG" -- burn MyFolder to disc burn file_or_folder "~/MyFolder" -- burn the contents of the myImage.dmg image to disc burn disk_image "~/myImage.dmg" -- inspect the operations get properties of every operation end tell