Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'AppleScript formatting question' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
AppleScript formatting question
Authored by: markuswarren on May 03, '07 11:27:04AM
the man entry for hdiutil mentions the following:

-nobrowse mark the volumes non-browsable in applications such as the Finder.

You would need to modify the "do shell script" line to the following:


do shell script "hdiutil attach -mountpoint /Developer/ADC\\ Reference\\ Library/ /Developer/DevLibrary.dmg -nobrowse"
The volume won't appear on the desktop, nor in the sidebar as a volume. When you navigate to the path where the mountpoint folder is located, then you will be able to browse and open the files within (or I was able to in my brief test). The volume is read-only at this point though.

[ Reply to This | # ]