We Recommend

Object-Oriented Programming in Pascal: A Graphical Approach Object-Oriented Programming in Pascal: A Graphical Approach
Covers all of the essential concepts of objectoriented programming, including object re-use, inheritance, virtual methods, and polymorphisms.


Posted By

sudarkoff on 09/09/07


Tagged

image mac terminal cd storage


Versions (?)


Turning a dmg into an iso


Published in: Other 


  1. 1) Open a terminal.
  2.  
  3. 2) cd into the directory where the dmg is located
  4.  
  5. 3) Type this in (where newfile is the name of the iso you want, and yourfilename.dmg is the dmg)
  6.  
  7. hdiutil makehybrid -iso -o newfile.iso yourfilename.dmg

Report this snippet 

You need to login to post a comment.