View Single Post
Old 24-03-2020, 09:23 AM   #9
Scatty
Treasure hunter
 
Scatty's Avatar

 
Join Date: Jan 2006
Location: Little big small world
Posts: 1,906
Default

If it's simply a file split into 2 parts, there's a simple way which used to work for me back in Ms-Dos days (might work in DosBox as well):


copy filename1+filename2 name_of_merged_file


That is 2 separate parameters after copy, plus between split files is important.



You just need to know which is the first part, and which the second, so it gets merged correctly. Assuming after being split, nothing was added to the files at the end or beginning.
It's easier to just make a multi-volume RAR archive though, and upload it here instead. WinRar is free to use from what I remember.

Last edited by Scatty; 24-03-2020 at 09:29 AM.
Scatty is offline                         Send a private message to Scatty
Reply With Quote