XCopy version needed help

G

Gabriel Knight

Hi all

I need a boot disk on floppy disk that has to have the xcopy.exe on it, the
one I need has to have the xcopy switch of: /e /c /i /h /k

the one I have just tried to use only has /e

the /e /c /i /h /k is needed ie /c is to keep copying even if there is an
error

im using it to copy two hdd's to another hdd and then use it for what i need
to do, and I know one of the hdd's has lots of currupt files hence the /c
switch to keep it going when it gets to these files.

please help....

Thanks
GK
 
L

LVTravel

Gabriel Knight said:
Hi all

I need a boot disk on floppy disk that has to have the xcopy.exe on it,
the one I need has to have the xcopy switch of: /e /c /i /h /k

the one I have just tried to use only has /e

the /e /c /i /h /k is needed ie /c is to keep copying even if there is an
error

im using it to copy two hdd's to another hdd and then use it for what i
need to do, and I know one of the hdd's has lots of currupt files hence
the /c switch to keep it going when it gets to these files.

please help....

Thanks
GK

Xcopy up to and including Vista's version has all of those switches
available. Don't know where you got the version you are using. You also
may want to look at downloading xxcopy which is also a better utility.
 
G

glee

Gabriel Knight said:
Hi all

I need a boot disk on floppy disk that has to have the xcopy.exe on
it, the one I need has to have the xcopy switch of: /e /c /i /h /k

the one I have just tried to use only has /e

the /e /c /i /h /k is needed ie /c is to keep copying even if there is
an error

im using it to copy two hdd's to another hdd and then use it for what
i need to do, and I know one of the hdd's has lots of currupt files
hence the /c switch to keep it going when it gets to these files.

All those switches are available with the Win XP version of xcopy.exe,
which resides in the \Windows\system32 folder. Copy it to your floppy.

C:\WINDOWS\system32>xcopy.exe /?
Copies files and directory trees.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P]
[/C] [/I] [/Q] [/F] [/L] [/
[/K] [/N] [/O] [/X] [/Y] [/
[/EXCLUDE:file1[+file2][+fi

source Specifies the file(s) to copy.
destination Specifies the location and/or name of n
/A Copies only files with the archive attr
doesn't change the attribute.
/M Copies only files with the archive attr
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the sp
If no date is given, copies only those
source time is newer than the destinati
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing st
should be in a separate line in the fil
strings match any part of the absolute
copied, that file will be excluded from
example, specifying a string like \obj\
all files underneath the directory obj
.obj extension respectively.
/P Prompts you before creating each destin
/S Copies directories and subdirectories e
/E Copies directories and subdirectories,
Same as /S /E. May be used to modify /T
/V Verifies each new file.
/W Prompts you to press a key before copyi
/C Continues copying even if errors occur.
/I If destination does not exist and copyi
assumes that destination must be a dire
/Q Does not display file names while copyi
/F Displays full source and destination fi
/L Displays files that would be copied.
/G Allows the copying of encrypted files t
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does n
include empty directories or subdirecto
empty directories and subdirectories.
/U Copies only files that already exist in
/K Copies attributes. Normal Xcopy will re
/N Copies using the generated short names.
/O Copies file ownership and ACL informati
/X Copies file audit settings (implies /O)
/Y Suppresses prompting to confirm you wan
existing destination file.
/-Y Causes prompting to confirm you want to
existing destination file.
/Z Copies networked files in restartable m

The switch /Y may be preset in the COPYCMD environment
This may be overridden with /-Y on the command line.
 
S

smlunatick

Hi all

I need a boot disk on floppy disk that has to have the xcopy.exe on it, the
one I need has to have the xcopy switch of: /e /c /i /h /k

the one I have just tried to use only has /e

the /e /c /i /h /k is needed ie /c is to keep copying even if there is an
error

im using it to copy two hdd's to another hdd and then use it for what i need
to do, and I know one of the hdd's has lots of currupt files hence the /c
switch to keep it going when it gets to these files.

please help....

Thanks
GK

You need to also understand that most floppy boot disk will not
normally be able to access the hard drives when these drives are
formatted in NTFS. Microsoft has never made the DOS version to be
able to access the NTFS, These floppy boot disks are Windows 98 DOS
boot disks only.
 
G

Gabriel Knight

Thanks all

I tried win xp home edition xcopy (windows/system32) to a floppy and tried
it in dos but it is not compatable maybe because I used a win 98 boot disk
to start it into dos, I ended up getting the hdd to be recognised in win
98se (win xp home didnt) and I used the start - run - command console to use
xcopy there, the hdd had lots of errors on it it took ages to copy it all
accross.

Thanks again

GK
 
G

glee

Yes, there's a good chance the problem was that you were trying to use
an XP version of xcopy on a Win98 boot disk.

FYI for the future:
I had a hard drive with errors I wanted to clone a few years ago (it was
for someone else), and the clone tools I tried all refused to do it
because they found too many errors....Drive Image, Acronis True Image,
they were all kicking me out.

I booted with a BootIt Next Generation (BING) startup disk and tried
copying the drive with it, and it gave me a message that there were
numerous errors on the drive.....but it asked if I wanted to continue
anyway, which I did. It went ahead and cloned the damaged drive
successfully.
 

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

Similar Threads


Top