PPRuNe Forums - View Single Post - Copying large files (>1.4Mb) in DOS - How?
Old 20th August 2006 | 18:45
  #7 (permalink)  
IO540
20 Anniversary
 
Joined: Jun 2003
Posts: 13,787
Likes: 0
From: EuroGA.org
I have an old utility called split.exe which will split a file called fred (e.g.) into

fred.001
fred.002
etc

with each chunk a specified size. PM me with your email if you want a copy.

One can concatenate the pieces with the old dos COPY command:

copy /b fred.001+fred.002+fred.003... fred

Can't beat DOS. I used to design CPM2.2 machines way back
IO540 is offline  
Reply