Click to See Complete Forum and Search --> : copy large file to multiple disks


bswebbster
October 24th, 2001, 10:49 AM
I seem to remember there was a way to copy larger files, programs and such to multiple disks. But this old brain does not remeber enough. Can you help?

Eeyore
October 24th, 2001, 11:41 AM
There are File Splitter programs that can do this. But the method I always use is PKZIP from www.pkware.com (http://www.pkware.com) . I believe the link is: http://www.pkware.com/downloads/pkzip250dosd.html .

Type:
pkzip -& zipfile c:\filename

You will be prompted for disk as they are needed. This will build the zip file then copy it. So you need at least as much disk disk space on your hard drive as the size of the file you are zipping.

This only works for a file or files in the same directory. You cannot combine this with the ability to copy a directory structure.
------------------
My
http://citizens.reagan.com/internet/PoliTalk/docs/coin2.gif
Dennis
Politalk (http://www.geocities.com/politalk)

Nix
October 25th, 2001, 10:21 PM
if you type PKZIP /? you should get a list of all the switches.

Provided you use the correct ones you can zip directories, sub directories and all files within.

I use WINZIP now so don't remember the PKZIP commands as WINZIP does it for you.

------------------
Stay Alive !

Eeyore
October 26th, 2001, 01:46 AM
Nix, as I mentioned, you cannot combine the spandisk function with the subdirectory funtion. You can do a two step process where you ZIP the direcories into a ZIP file, then SPAN that ZIP file on multiple disks.

You are correct about viewing the switches when you type PKZIP /? or just PKZIP.
------------------
My
http://citizens.reagan.com/internet/PoliTalk/docs/coin2.gif
Dennis
Politalk (http://www.geocities.com/politalk)

topdome
February 4th, 2003, 11:02 PM
hi guys!

i need help on the detail info

I wish to zip the following file :

c:\progra~1\sketch~1\gsp401.exe

to the floppy disk

The file is about 2.10 MB.

I am using pkzip. Can someone pls tell me the command line to execute so that the file is zipped into the floppy disk? And also, I wish to enable spanning. Where should the pkzip.exe file be placed? In the floppy or in the source directory?

Please explain. Thanks alot!

I have tried this :

pkzip a:\gsp.zip c:\progra~1\sketch~1\gsp401.exe

But it says "Disk FULL". How to enable disk spanning??
I dont know where to include the parameters (-&)?

Vernon Frazee
February 5th, 2003, 05:31 AM
Try this:pkzip -ex -& a:\gsp.zip c:\progra~1\sketch~1\gsp401.exe

topdome
February 11th, 2003, 08:05 AM
thanks! it works.

Vernon Frazee
February 13th, 2003, 04:07 AM
But of course. :D