WinRAR has the ability to split files when creating them. WinRAR is not the only archiver that can do this. See:
Free File Archivers and File Compression Utilities
http://www.thefreecountry.com/utilities/鈥?/a>How do you split a large file into 100 mb rar files to put on rapidshare?
Go here for Free Rapidshare Download:
http://AllNewRelease.com
Report Abuse
well it would depend what language you are writing the code in, but the program will look something like this :
f=open ';yourfile.avi';
for t= 1 to 15
z=writefile (';yourfile';+str$(t))
for u=1 to 100*1024*1024
x=readbyte f
writebyte (z,x)
next u
close z
next t
close f
obviously the exact syntax of the commands would depend which editor/compiler you are using, but you should get the general plan from this code and be able to make the approprate changes depending which version or language you like to program in.
No comments:
Post a Comment