From: dancheng AT pacific DOT net DOT sg (Daniel Cheng) Newsgroups: comp.os.msdos.djgpp Subject: Re: floppy compressions routine Date: Tue, 21 Apr 1998 10:27:19 GMT Organization: PowerGrid Lines: 11 Message-ID: <6hhso9$7q$1@newton.pacific.net.sg> References: <35362F81 DOT 4969 AT cc DOT umanitoba DOT ca> NNTP-Posting-Host: dyn69ppp17.pacific.net.sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <35362F81 DOT 4969 AT cc DOT umanitoba DOT ca>, Count Razumovsky wrote: >This isn't exactly directly related to DJGPP, but does anyone know where >I can get a good free floppy disk compression routine so that I can copy >more that 1.44 megs onto a 3.5" disk?? > > Thank You There are two utilities merge and split that come with djgpp in bnu281b.zip. You can use split.exe to split a large file into parts each will fit into a floppy. Merge.exe does the opposite when you want to re-construct the original large file from the smaller parts.