|
Answer» hi
i'm trying to create a boot DISC by copying the ntldr, ntdetect.com and boot.ini files to a floppy diskette using the command
xcopy c:\ /H a:\format
this copies all the hidden files to the floppy ok. however, i only want the ntldr, ntdetect.com and boot.ini files.
how can i do this?
thanks
daveInstead of using xcopy, use copy and copy each FILE INDIVIDUALLY.
|