SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Netscape -- Giant Killer or Flash in the Pan? -- Ignore unavailable to you. Want to Upgrade?


To: jimleon who wrote (2889)4/24/1998 9:00:00 AM
From: Richard G. Woodland  Read Replies (1) | Respond to of 4903
 
Go buy a Zip or jazz drive



To: jimleon who wrote (2889)4/24/1998 9:10:00 AM
From: Shawn M. Downey  Respond to of 4903
 
But I cant find a floppy disk large enough to hold the downloaded
program??? Any ideas??


The way I usually deal with this is using pkzip. Pkzip has the ability to "Span" floppy disks. Make sure it is version 2.04g
(the earlier version has a bug in the span command). To save the file to floppy type:

pkzip -&u A:<zipfile> <bigfile>

where:
-&u will cause spanning and will format each disk in A:
<zipfile> is an arbitrary target file name
<bigfile> is the file you want to move.
floppy drive A: is assumed

Then restore the file on the other machine type:

pkunzip A:<zipfile>

I think this is correct but if it doesnt work check the comment line help for pkzip.

-Shawn