Package: genisoimage Version: genisoimage 1.1.11 (Linux) Windows tools like CDburnerXP have the ability to rename and remove files in a new session of a multisession disc. Even though removing files from the list will not free up space, it can still be useful for removing duplicates from the file list.
This can be accomlished using text files that contain the list of files to rename or remove. Possible parameter names: --rename-from-list list.txt --rename-to-list list2.txt --remove-from-list list3.txt . The line counts of line1.txt and line2.txt would be matched up. This means the file path from line 1 in list.txt will be renamed to line 1 in list2.txt .

