View Single Post
  #2  
Old January 27th, 2003, 06:38 PM
gatorparrots gatorparrots is offline
~departed~
 
Join Date: Jul 2002
Location: Kansas City, MO
Posts: 457
Thanks: 0
Thanked 0 Times in 0 Posts
gatorparrots is on a distinguished road
ISO to dmg (drive image) conversion
You can accomplish this in the Terminal with this command:
hdiutil convert "/path/to/name.iso" -format UDRW -o "/path/to/output.dmg"
Reply With Quote