Results 1 to 2 of 2

Thread: Batch File - Xcopy [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Batch File - Xcopy [RESOLVED]

    I have this in a batch script
    Code:
    xcopy E:\Websites\CorpFrance\*.* H:\DBNET\CorpFrance\*.* /S /Y /EXCLUDE:\Websites\CorpFrance\images\*.*
    But when it runs, I get this error:
    Can't read file: \Websites\CorpFrance\images\*.*

    I've tried all kinds of paths in the exclude switch, but it's no good Can anyone help to point out the problem?

    Thanks
    Last edited by TomGibbons; Dec 12th, 2003 at 06:15 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width