| Home
| Kolb | About Us |
Date Last Update: 03/16/98
In my profession, I have stumbled across the need to xcopy a Windows 95 drive onto another hard drive, but Windows 95 has too many hidden files to do this. I called Microsoft's Technical Support to find out the trick, and the person I talked to said that there was no way to xcopy a Windows 95 drive, all you could do is re-install it on the new drive. This has been proven to be an untrue statement by the fine folks at Microsoft, so here's how to xcopy a Windows 95 drive:
Assuming everything worked correctly, the hard drive should boot perfectly. If you wish to keep your old hard drive, you may want to set the single drive to a master, and set your old hard drive as the slave.
If you have to use a drive overlay to access the new hard drive (i.e.- your BIOS doesn't support larger than 540MB), then you may have to take a different route.
All that did was copy the registry which the xcopy didn't copy since the files where in use at the time of the xcopy. The registry consists of the following files.
Be sure to check that everything seemed to xcopy fine and then shut down and remove the slave drive and set the master to single and try again. If everything works, great! If not, I'm sorry, it has worked for me.
If you're wanting to know ALL the xcopy32 switches, here they are:
XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/W]
[/C] [/I] [/Q] [/F] [/L] [/H] [/R] [/T] [/U]
[/K] [/N]
source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies files with the archive attribute set,
doesn't change the attribute.
/M Copies files with the archive attribute set,
turns off the archive attribute.
/D:date Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while copying.
/L Displays files that would be copied.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files. Does not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Updates the files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/Y Overwrites existing files without prompting.
/-Y Prompts you before overwriting existing files.
/N Copy using the generated short names.