This is the command iat that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
iat - converts many CD-ROM image formats to iso9660.
SYNOPSIS
iat input_image_file [output_iso_file]
iat -h
DESCRIPTION
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.
If output file name is not defined, then STDOUT will be used instead.
EXAMPLES
iat my_image.mdf my_new_image.iso
- Convert MDF-image to ISO9660.
iat my_image.bin > my_new_image.iso
- Convert BIN-image to ISO9660.
iat my_image.mdf | cdrecord -
- Write CD directly from MDF-format.
iat -h
- The help screen.
Use iat online using onworks.net services