I need to split a file into multiple parts. Let's say you have a 3.8 MB file and need to split it into 500 KB segments; how would I do this?

Thanks.