.TH iat 1 "Mon Apr 2 17:21:31 MSD 2007" .SH NAME .B iat - converts many CD-ROM image formats to iso9660. .SH SYNOPSIS .B iat input_image_file [output_iso_file] .PP .B iat -h .SH DESCRIPTION .PP iat (Iso9660 Analyzer Tool) is a tool for detecting the structure of many types of CD-ROM image file formats, such as BIN, MDF, PDI, CDI, NRG, and B5I, and converting them into ISO-9660. .PP If output file name is not defined, then STDOUT will be used instead. .SH EXAMPLES .PP .B iat my_image.mdf my_new_image.iso .PP .RS 3 - Convert MDF-image to ISO9660. .RE .PP .B iat my_image.bin > my_new_image.iso .PP .RS 3 - Convert BIN-image to ISO9660. .RE .PP .B iat my_image.mdf | cdrecord - .PP .RS 3 - Write CD directly from MDF-format. .RE .PP .B iat -h .PP .RS 3 - The help screen. .RE .SH AUTHOR Salvatore Santagati .SH SEE ALSO .B mkisofs (1), .B wodim (1)