-- Downloaded From: http://c-command.com/scripts/dropdmg/burning -- Last Modified: 2010-07-01 tell application "DropDMG" -- burn MyFolder to disc burn file_or_folder(POSIX file "/Users//MyFolder") -- burn the contents of the myImage.dmg image to disc burn disk_image(POSIX file "/Users//myImage.dmg") end tell