Re: hdiutil burn
Re: hdiutil burn
- Subject: Re: hdiutil burn
- From: Luther Fuller <email@hidden>
- Date: Mon, 2 Jan 2006 18:28:12 -0600
With a little patience, I've found the problem with using the command ...
do shell script "hdiutil burn " & sourceImage & " -optimizeimage "
My application hangs because it's waiting for a response from the
command and it does not get a response until the burn is completed.
You can see it happening in Activity Monitor.
So I tried using 'ignoring application responses'. Like this ...
"hdiutil burn " & sourceImage & " -optimizeimage "
ignoring application responses
do shell script the result
end ignoring
It has no effect at all. Same hang. But the disk DID burn correctly!
Anyone have any insight into this?
I hope there's a simple fix. The fix I have in mind is unorthodox,
but I think it will work.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden