Quote:
Originally Posted by XxXKlemenXxX
Hi!
Evereything is working for me except I can not get disk spanning to work tried nearly everything. Here is the error
I also discovered that when I insert the disk 1 again it completes succesfully but it does not extract the second archive
Here is my compression method
arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "D:\compress\*"
Thanks in Advance!
|
Look at post #45 screenshot, it will easily tell why you DONT have disk spanning working properly. You have to set disk #, with the archive name, for the second disk.
IE:
Archive1Source={src}\data1.cab
Archive1Output={app}
Archive1Disk=
1
Archive2Source={src}\data2.cab
Archive2Output={app}
Archive2Disk=
2
see the difference?