copy large file to multiple disks
Results 1 to 8 of 8

Thread: copy large file to multiple disks

  1. #1
    Join Date
    Oct 2001
    Location
    Sunrise, Fl. USA
    Posts
    4

    copy large file to multiple disks

    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?

  2. #2
    Join Date
    Oct 1999
    Location
    Huntington Beach, CA, USA
    Posts
    3,137
    There are File Splitter programs that can do this. But the method I always use is PKZIP from 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

    Dennis
    Politalk

  3. #3
    Nix's Avatar
    Nix is offline Aka: Nix*, NNiixx, Nix23
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    8,255
    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 !

  4. #4
    Join Date
    Oct 1999
    Location
    Huntington Beach, CA, USA
    Posts
    3,137
    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

    Dennis
    Politalk

  5. #5
    Join Date
    Jun 2000
    Posts
    332
    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 (-&)?
    Last edited by topdome; February 5th, 2003 at 12:09 AM.
    EveryONe I daTe alw@ys turns out to be sUCh a cyborg.

  6. #6
    Join Date
    Feb 2000
    Location
    26.03°N 80.14°W
    Posts
    9,410
    Try this:
    Code:
    pkzip -ex -& a:\gsp.zip c:\progra~1\sketch~1\gsp401.exe
    Vernon Frazee, Microsoft MVP (Windows - Shell/User)

    Defenses Up!
    Tip: When prompted for a password, give an incorrect one first. A phishing site will accept it; a legitimate one won't.


    Inside Spyware: A Guide to Finding, Removing and Preventing Online Pests


    If you don't keep up with security fixes, your computer|network won't be yours for long.

  7. #7
    Join Date
    Jun 2000
    Posts
    332
    thanks! it works.
    EveryONe I daTe alw@ys turns out to be sUCh a cyborg.

  8. #8
    Join Date
    Feb 2000
    Location
    26.03°N 80.14°W
    Posts
    9,410
    But of course.
    Vernon Frazee, Microsoft MVP (Windows - Shell/User)

    Defenses Up!
    Tip: When prompted for a password, give an incorrect one first. A phishing site will accept it; a legitimate one won't.


    Inside Spyware: A Guide to Finding, Removing and Preventing Online Pests


    If you don't keep up with security fixes, your computer|network won't be yours for long.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •