Convert a Folder into an ISO on the Mac
Open up the terminal on the mac and use the following:
hdiutil makehybrid -o image_name.iso folder_name
Where folder_name is the folder you want to convert to an ISO.
Read other posts
Open up the terminal on the mac and use the following:
hdiutil makehybrid -o image_name.iso folder_name
Where folder_name is the folder you want to convert to an ISO.