To combine the splitted zip files say file.zip.001, file.zip.002 and file.zip.003 we use the following dos command:
C:\>copy /B file.zip.001 + file.zip.002 + file.zip.003 file.zip
But I do not know the command to split a large zip file?
I have a file say file.zip which is of large size.
Can anybody let me know the command by which I can split this large zip file into smaller zip files with .00N extensions?
