Page 1 of 1
Script to Convert img to iso (Linux)
Posted: February 19th, 2009, 5:16 am
by fuuss
Is there a script that can check if a file is an img and if yes then convert it to iso.
Thanks in advance
Fox
Re: Script to Convert img to iso (Linux)
Posted: February 19th, 2009, 5:25 pm
by jcfp
There's 'ccd2iso' (and similar apps like nrg2iso) to handle conversion to iso. For detection of the file type, other than simply guessing by extension, you might want to try the 'file' utility.