This regards the Win32/Cygwin compiled version 1.11a12 of MKISOFS.
The command: "mkisofs.exe -o cd.iso -r -J F:/" results in a perfect mirror image of the contents of drive 'F' which includes directories with subdirectories, files with names like "Chinese-Big5.lang.txt" and several files with the same name but in different directories. Mkisofs handles all these cases without a problem and cdrecord faithfully records the iso to a CDR/CDRW perfectly. However the same command with the added -path-list file option i.e. "mkisofs.exe -o cd.iso -path-list cdfiles -r -J F:/" results in error messages such as: Using CHINE000.TXT;1 for /Chinese-Big5.lang.txt (Chinese-Big5.lang.txt) Error: F:/AutoPlay.exe and F:/AutoPlay.exe have the same Rock Ridge name Error: F:/Pages/Desktop.ini and F:/PDFs/Desktop.ini have the same Rock Ridge name cdfiles (the -path-list file) has pathspecs designations like: F:/Pages F:/Pages/Docs F:/PDFs Am I using the -path-list option wrong? Or using the wrong pathspec designations in the -path-list file? Does every single file in every directory need to be listed or do wild card designations like *.* or *.txt need to be used? And do I need to include the -allow-multidot option when using -path-list? What I would like to be able to do is to use a file that lists all the directories and/or files to be included in the iso image rather than using the command line. That way I could use any one of several -path-list files (even files created on-the-fly) as a variable and plug it into a batch file or front-end for mkisofs. Thanks for any help or explanations, Bill -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

