From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: File splitter or disassemble Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <001001c0299f$59efcac0$3113ddcc AT lhaglund> <83r964hzbe DOT fsf AT mercury DOT st DOT hmc DOT edu> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 X-Trace: /ba9QdwyIj6Mtd9kOtJjZ/dqDw4vDlS8BiIFuBUgnFtrEkvDZhlwTF873X+gDD0+JRphfs84jD0R!JkRRLJOAusxjjz8utkjyGzPCE8p6slT5yG8Bl9qUCZTETA2+WnUVJjMaP1mwr4+zPzLDAwxR4TXG!D7KRGQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 29 Sep 2000 02:56:59 GMT Distribution: world Date: Fri, 29 Sep 2000 02:57:00 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 28 Sep 2000 16:27:49 -0700, Nate Eldredge wrote: >"Josh Haglund" writes: > >> This is a bit off topic but... >> >> Does anyone know where I can get a file splitter for windows 3.1/95 >> compatible. >> >> I have a 8 Mb file that won't zip small enough and I need to transfer it too >> another computer. The problems are there is not internet, and the file is >> too large. >> >> What I want to do is take the file in pieces and put it together on the >> other computer. > >GNU split will do this, and guess what, there's a djgpp port. It's in >textutils, IIRC. Heck, even dd from fileutils can split files into 1360 KB pieces (saving 80 KB for the filesystem). --