/ Published in: AppleScript
convert and file.dmg to file.iso in mac
Expand |
Embed | Plain Text
hdiutil convert /Users/file.dmg -format UDTO -o /Users/file.iso
You need to login to post a comment.
tenveer on 11/08/10
1 person have marked this snippet as a favorite
convert and file.dmg to file.iso in mac
hdiutil convert /Users/file.dmg -format UDTO -o /Users/file.iso
You need to login to post a comment.