MACSCRPT Archives

January 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:
1.0
Content-Type:
text/plain; charset="macintosh" ; format="flowed"
Date:
Sun, 15 Jan 2006 23:13:41 +0000
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
From:
John Delacour <[log in to unmask]>
In-Reply-To:
Content-Transfer-Encoding:
8bit
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Parts/Attachments:
text/plain (33 lines)
At 3:16 pm -0700 15/1/06, Chuck Pelto wrote:

>On Jan 13, 2006, at 10:02 AM, Barry Wainwright wrote:
>
>>Do shell script "hdiutil attach 
>>'/Users/MyName/Documents/MyDiskImage.dmg'-readonly"
>
>This syntax does not seem to work very well.
>
>I've used 
>'/Users/whatgoesformyname/Documents/TestDiskImage.dmg'-readonly and 
>I get error messages about "no such file".
>
>The naming of the path IS correct.


Are you _sure_?  It works in every case for me so long as the path is 
right.  Are you sure you're not _both_ escaping spaces _and_ 
enclosing in quotes.  You can do one or the other but not both, and 
since you don't tell us what your correct path is, it's impossible to 
say what's wrong.


do shell scriptÂ
    "cd; hdiutil attach -readonly 'Downloads_060101/Eudora 6.2.3.dmg'"

OR

do shell script Â
    "cd; hdiutil attach -readonly Downloads_060101/Eudora\\ 6.2.3.dmg"

JD

ATOM RSS1 RSS2