Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!sdd.hp.com!think.com!ocpt!tsdiag!aggie!rich From: rich@aggie.cyanamid.COM (Rich Seligson) Newsgroups: comp.unix.msdos Subject: Re: transferring large files from Unix to DOS on diskettes, How? Summary: uuencode then split Keywords: uuencode uudecode split unix msdos Message-ID: <2@aggie.cyanamid.COM> Date: 21 Jun 91 15:30:47 GMT References: <1991Jun19.153929.12438@infonode.ingr.com> Reply-To: rich@aggie.cyanamid.com (Rich Seligson) Organization: American Cyanamid Company Lines: 24 I transferred large files by breaking them up on the unix system, and then putting the together again on the DOS side. On unix: I uuencode'ed the file because it had binary data. This also made sure each line was 80 chars. Then I ran the file through split(C) which splits a file into n-line pieces. Since each line was 80 characters, it was easy to calculate the number of lines I wanted in each file. On DOS: I concatenated the files together with the COPY command, then ran it through a public domain version of uudecode for DOS. This worked well for me. The uudecode for DOS was posted to the net about two years ago, it should be widely available in your favorite archive. Rich ________ /_______/ American Cyanamid Company rich@aggie.cyanamid.COM - Smart mailers | \ ___ Agricultural Group ...rutgers.edu!aggie!rich - Dumb mailers | \/ / One Cyanamid Plaza \____/ Wayne, N.J. 07470