View Single Post
  #2  
Old 26-04-2016, 23:18
zirkhaki's Avatar
zirkhaki zirkhaki is offline
Registered User
 
Join Date: Jul 2009
Location: Iran
Posts: 309
Thanks: 1,455
Thanked 178 Times in 111 Posts
zirkhaki is on a distinguished road
so this is the conversion result:

[Record1]
Type=Split
Source={src}\Data1a.bin
Output={tmp}\Data1.bin
Disk=1
[Record2]
Type=Split
Source={src}\Data1b.bin
Output={tmp}\Data1.bin
Disk=2
[Record3]
Type=Split
Source={src}\Data1c.bin
Output={tmp}\Data1.bin
Disk=3
[Record4]
Type=Split
Source={src}\Data1d.bin
Output={tmp}\Data1.bin
Disk=4
[Record5]
Type=Split
Source={src}\Data1e.bin
Output={tmp}\Data1.bin
Disk=5
[Record6]
Type=Freearc_Split
Source={tmp}\Data1.bin
Output={app}
Disk=5


it was much better if it could make data2 & data3. the way it is now< it should merge all the parts at first and it need a lot of space for temp folder.

can I change any value to do this?
Reply With Quote