Query using xcopy from Windows XP

G

Gavin

I have a batch program using xcopy32 to copy some files.
It runs fine on Windows 98, but not so on Windows XP. I've
heard that XP has dropped the 32 going back to just xcopy.
Can somebody confirm this -- I don't have a system with
Windows XP loaded to test it my-self!

Cheers
Gavin
 
T

Tom Porterfield

Gavin said:
I have a batch program using xcopy32 to copy some files.
It runs fine on Windows 98, but not so on Windows XP. I've
heard that XP has dropped the 32 going back to just xcopy.
Can somebody confirm this -- I don't have a system with
Windows XP loaded to test it my-self!

As Will points out, it is xcopy and not xcopy32 in XP. To add to that
though, there is no reason to call xcopy32 directly even in Windows 98.
If you are running Windows 98 in 32 bit protected mode, meaning you are
running inside of the Windows environment and not a DOS boot, then
calling xcopy automatically gets you the 32 bit version. So you could
modify your batch file to just call xcopy and it will work for both
Windows 98 and XP.

--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follows to the newsgroup only
 

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