View Single Post
  #4  
Old 14-09-2018, 16:36
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by The_Killer View Post
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

Last edited by gatosky1620; 14-09-2018 at 17:04.
Reply With Quote