|
Advanced File Splitter
Does the same thing as the other file splitter but this one has more options for splitting and merging.
This is the same program that was used for UltraARC.
Splitting
Parameters
AdvSplit Source Output SizeofSplit SplitProcess
Source: File to be splitted.
Output: A split of the main file.
SizeofSplit: The size of the current split
SplitProcess: Position where to start the split
Example
AdvSplit C:\Data.cab C:\DVD1\Data-1a.cab 1073741824 0
AdvSplit C:\Data.cab C:\DVD1\Data-1b.cab 1073741824 1073741824
AdvSplit C:\Data.cab C:\DVD2\Data-2a.cab 1073741824 2147483648
AdvSplit C:\Data.cab C:\DVD2\Data-2b.cab 1073741824 3221225472
Merging
Parameters
AdvSplit Source Output
Example
AdvSplit C:\DVD1\Data-1a.cab C:\Data.cab
AdvSplit C:\DVD1\Data-1b.cab C:\Data.cab
AdvSplit C:\DVD2\Data-2a.cab C:\Data.cab
AdvSplit C:\DVD2\Data-2b.cab C:\Data.cab
Source: One of the splitted files
Output: Location of the file that needs to be merged with the Source.
|