Jump to content

Xcopy Commands?


Recommended Posts


or put a \ at the end of your command :P

example:

xcopy %systemdrive%\install %windir%\install = WRONG

xcopy "%systemdrive%\Install\" "%windir%\Install\" = CORRECT

Link to comment
Share on other sites

I made an unnattended Windows98 CD installation once & experimented

with it that many times i'll never forget the extension used at the end of

the xcopy command.

from memory the total line was

xcopy x:\win98 d:win98\cabs /s /e /v /y

xcopy -then the directory to xcopy from then the directory to copy to, then sevy

at then end = /s /e /v /y

which copied all files & directories in the win98 folder & varified the file

was a good copy.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...