xcopy will no longer work properly

H

Haggis

Hi all,

I used to run a batch file to copy contents of a slave drive (networked
winnt) to my local slave drive (winxp).

but it no longer works...

here is the command I am trying to have work..

xcopy G:\*.* d:\backup\Edrive\ /Y /t /e /i /r /c /exclude:g:\*.sys (try
to exclude pagefile.sys)

remote drive is mapped as "G:"

any thoughts ?

thanks
Dave
 
N

neil

Use the cmd prompt and type xcopy/? to check your switches. The exclude
switch doesn't look right.

Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top