Quote:
Originally Posted by The_Killer
Where is the conversion file?
|
do you fix the extraction with multiple data.00x files using disk span because you are selecting and compress, creating a single
Datax.bin.001, but what happen when diskspan select all the files and the split in Data1.bin.
00x parts, that is the orgin of the error extraction, i think this is the problem
With
Data1.bin.001
Data1.bin.002
Data1.bin.003
In the Records.ini file im spicified only
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
or
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
[Record2]
Type=Freearc_Original
Source={src}\Data1.bin.002
Output={app}
Disk=1
[Record3]
Type=Freearc_Original
Source={src}\Data1.bin.003
Output={app}
Disk=1