convert a .dmg file to .iso


/ Published in: AppleScript
Save to your folder(s)

convert and file.dmg to file.iso in mac


Copy this code and paste it in your HTML
  1. hdiutil convert /Users/file.dmg -format UDTO -o /Users/file.iso

Report this snippet


Comments


You need to login to view comments.