SplitByte - Split and Join Files.
SplitByte.exe FILE
[/split]
[/join]
[/splitsize SIZE_IN_BYTES]
[/splitsizekb SIZE_IN_KBYTES]
[/splitsizemb SIZE_IN_MBYTES]
[/splitsizegb SIZE_IN_GBYTES]
[/splitnum NUMBER_OF_EQUAL_SPLIT_PARTS]
[outfolder OUTPUT_FOLDER_VALUE]
[outfile OUTPUT_FILE_VALUE]
[/compress]
[/encrypt ENCRYPTION_PASSWORD]
[/decrypt ENCRYPTION_PASSWORD]
[/delete]
[/overwrite]
[/keep_timestamp]
[/split_filename_pattern SPLIT_FILENAME_PATTERN_ID]
[/?]
FILE : the file to split or the first split part file to join.
/split : split file
/join : join files
/splitsize : the desired split part size in bytes
/splitsizekb : the desired split part size in kilobytes
/splitsizemb : the desired split part size in megabytes
/splitsizegb : the desired split part size in gigabytes
/splitnum : split the file in specified number of equal size parts
/outfolder : output folder of split parts
/outfile : output file of join
/compress : compress split parts
/encrypt : encrypt split parts with password
/decrypt : decrypt split parts with password
/delete : delete source file(s)
/overwrite : overwrite output files, if necessary
/keep_timestamp : keep the same timestamp as the source files
/split_filename_pattern : 0 for .part[d],1 for .[d],2 for .[ddd],3 for .part[a],4 for .[a],5 for .[aaa]
/? : show help
SplitByte.exe "c:\backup\backup151012.bak" /split /splitnum 3 /outfolder "c:\backup"
Will split the file "c:\backup\backup151012.bak" into 3 equally file size split parts and will create the split part files in the folder "c:\backup".
SplitByte.exe "c:\backup\backup151012.bak.part0" /join /decrypt mypassword /outfile "c:\backup\backup151012.bak"
SplitByte.exe "c:\backup\backup151012.bak" /split /splitsize 1000000 /outfolder "c:\backup"