Filelist Adjuster.au3 -> Will take an Isobuster exported filelist and will transform it in a sort file suitable for mkisofs. It's slow because of the dumb algorithm. Attention: Hardcoded variables. The point here is to export a file list from GD, and make a sort file so you can record the files in a CD-R with the same order. branquear.au3 -> Will get mkisofs sort file "original.txt" and take off the numbers, generating "resultado1.txt". You can change the order of files switching lines. numerar.au3 -> Will get "resultado1.txt" and put the numbers back. listorganizer.au3 -> Tool to format Isobuster file list. I think "Filelist Adjuster.au3" does more stuff than this one (not sure!), but I'm including this here since I mentioned in one of my tutorials.