Hi Folks:
I created a batch file to copy certain files to another drive & it was working fine. It had one line:
XCopy "CataPhil DocsInfo to Read from the Internet*.*" "D:backups" /d /e /c /y
and it still works. I added an additional line to copy another folder so that it read:
XCopy "CataPhil DocsInfo to Read from the Internet*.*" "D:backups" /d /e /c /y
XCopy "C:Program FilesSmartBoard2000clipdata*.*" "D:backups" /d /e /c /y
However, the second line isn't working & I can't figure out why. I pasted the path, so I know it's correct. Any ideas?
Thanks in advance.

ataPhil DocsInfo to Read from the Internet*.*" "D:backups" /d /e /c /y






