Re: Script application hdiutil mount errors
Re: Script application hdiutil mount errors
- Subject: Re: Script application hdiutil mount errors
- From: "John C. Welch" <email@hidden>
- Date: Wed, 16 Apr 2003 10:42:14 -0400
On 04/16/2003 09:55, "Fransen, Britney R (Britney)" <email@hidden>
wrote:
>
I am writing a small AppleScript that mounts a disk image using the do shell
>
script hdiutil mount command. When I run the script as a compiled script it
>
works quickly and perfectly. However, when I save the script as an
>
application and run it takes alot longer but does mount the image it just
>
takes a while. The console log gives me the following info:
Is there any reason for using a do shell script here?
set theTest to choose file --pick a disk image file
tell application "Disk Copy"
open theTest
end tell
Works quite well.
john
--
My mom is a professional botanist, or, as her spousal equivalent described
it, they'll be out hiking in the woods, she'll see a plant off by the side
of the trail, run up to it, bend down, and start talking Latin at it.
-- Steve VanDevender
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.