Re. Hdiutil broken for me
Re. Hdiutil broken for me
- Subject: Re. Hdiutil broken for me
- From: Joe <email@hidden>
- Date: Fri, 22 Aug 2008 19:02:52 -0700
A bit more playing around (and I promise to always throughly read what
I'm responding to in the future :-/) has "attach" working dependably
for me.
do shell script "hdiutil attach '/Volumes/Snozwangler/Lefty/Lefty
1.dmg'"
I'm using the quoted form of POSIX path because of the space in the
dmg name.
If "attach" is problematic, could you use the Finder? This snippet
will also mount a dmg.
tell app "Finder"
open alias "Snozwangler:Lefty:Lefty 1.dmg"
end
Joe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden