-- Downloaded From: http://c-command.com/scripts/dropdmg/saved-settings-droplet -- Last Modified: 2007-08-17 on open theFolders tell application "DropDMG" set d to "/Users/mjt/Desktop/" repeat with theFolder in theFolders create image from path theFolder destination d format read only encoding bzip2 end repeat end tell end open