Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: XCOPY question`  (Read 2337 times)

0 Members and 1 Guest are viewing this topic.

dlscott56

    Topic Starter


    Newbie

    XCOPY question`
    « on: August 14, 2009, 06:43:27 AM »
    I've searched for an answer to this but haven't come across it. I apologize in advance if I just missed it.

    I'm using the following to copy files from the local hard drive to a USB drive:

    XCOPY c:\Database_Backup\*.* E:\Database_Backup\*.* /D /S /Y

    It will copy several .bat files that are in that directory but then errors out when it gets to the first .bak file I have with:

    File creation error - The parameter is incorrect.

    I tried several of the variations to this that I found in this forum but get the same error. The interesting thing to me is that I use the exact same batch file command to copy files from a mapped drive to the local drive and all works correctly.

    Thanks in advance for any help you can provide.

    Dave

    dlscott56

      Topic Starter


      Newbie

      Re: XCOPY question`
      « Reply #1 on: August 14, 2009, 06:47:31 AM »
      Sorry, I think I found the problem. When copying the file through windows I get an error that tells me the file is too large for the destination drive. I has plenty of room on it so I must have a different problem not related to the DOS command.