Return to Snippet

Revision: 317
at July 9, 2006 13:21 by katz


Initial Code
tell application "Finder"
	if not (exists "GyazMail") then
		do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg"
	end if
end tell

Initial URL


Initial Description
In this case, if we haven't mounted GyazMail.dmg, mount it.

Initial Title
mount disk image (*.dmg) file

Initial Tags


Initial Language
AppleScript