streak
Active Member
Is there any PND file format restrictions? [ for example fixed "sysid" or "volume label" ]
So if will be not appended it will work aswell, right? Maybe we could stay with not appended ISO files but with PXML inside. Maybe it takes a while to fileseek but it will be clear to edit file with any ISO editor. Appended file will be like "garbage" for ISO editors.'Squidge' said:Just needs to be an uncompressed iso followed by optional (but recommended) pxml and completely optional icon. If the pxml isn't appended, the iso is searched for the pxml, which will obviously take a little longer.
I think this is the best option, for now. Any other ideas?'BackAssward' said:What about the option of having the iso and pxml (and maybe icon) all in the same path (with the same name for ease)? That way the ISO is still readable by editors and the search is fast because the pxml isn't in the ISO.
Does that mean creating an ISO with imgburn, then appending with...'Squidge' said:Just needs to be an uncompressed iso followed by optional (but recommended) pxml and completely optional icon. If the pxml isn't appended, the iso is searched for the pxml, which will obviously take a little longer.
'sindbad' said:Yes, if copy on windows is analogous to cat on unix.
Almost, if you specify a single destination but multiple sources, the files are appended.
You could also just do: TYPE file.pxml >>file.iso
and then just rename the resulting file (or output as .pnd instead of .iso to start with)
which means you don't have to copy a possibly multimegabyte file when it's unlikely your going to use the .iso again.