Why doesn't xcopy work?

It copies subdirs, empty dirs, etc..

xcopy32 c:\*.* d:\ /s /e /v /h /k /r /c

Adding a /y if you aren't using NT...

Other than that, File::Copy works great for all those types of
situations.  It doesn't touch security, but there are perl tools to do
that as well (Win32::Perms).  Or just find a copy of scopy (Security
Copy?).

HTH 

Steven

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
John Deretich
Sent: Wednesday, February 04, 2004 10:16 AM
To: Perl-Win32-Admin-Request (E-mail)
Subject: Copying the contents of one mapped drive onto another


Hi,

does anyone know how to copy the contents of one
mapped drive onto another, including all files and
directories? Xcopy doesn't work.

thanks,

John
_______________________________________________
Perl-Win32-Admin mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to