IML2ISO - Converts an *.iml file into a *.iso file

Usage:    iml2iso infile.iml outfile.iso

assumes the locations of files listed in infile.iml exists
ISO generated will be a 2048 bytes/sector image
-----------------------------------------------------------------------
To use this you need to do one of 2 things:

1) Run it in the same directory where the *.iml and *.ims are located.
or
2) edit the one line in the *.iml file (the [LOC] section) and include
the path to the ims file.

ex:

[LOC]
# the number of entries: 3445
#Start   End      Mode Fno Path
0        127      2.1  0   "star.ims"

change to:

[LOC]
# the number of entries: 3445
#Start   End      Mode Fno Path
0        127      2.1  0   "z:\tempdir\star.ims"