Link to home
Start Free TrialLog in
Avatar of dsprad
dsprad

asked on

Copying Win95 from disk to disk

I just purshased a new Hard Drive.  I hooked them both into the system.  One drive c: and the other d: now problems
I tried to Xcopy32 c:\*.* d: /s  it seemed to work, until I tried to boot the new drive.  I got the Win95 screen the the system defaulted to the c: prompt.  

My Question is hows does one copy a image of Win95 and copy it to another drive intact.
ASKER CERTIFIED SOLUTION
Avatar of tstaddon
tstaddon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dsprad
dsprad

ASKER

I forgot to mension the old drive is 345MB and the new drive is 2.0GB
TST's answer will NOT work, as you will either have the files OPEN (if you're running win95) OR you'll LOSE your long filenames (if you've booted to dos).

I have a more thorough solution.

First Download DOSLFNBK.EXE
from - http://www8.pair.com/dmurdoch/programs/doslfn22.zip

Unzip this program to some directory in your path (OR just unzip it to c:\)
next, boot to DOS (NOT a Dos windows, but DOS, E.G - Hitting f8 on startup and choosing command prompt only)

Then go to c:\ and type the following command
doslfnbk c:\

when that is finished type the following command

xcopy c:\*.* d:\ /e /h

then type

sys d:

then go to d:\ and type

doslfnbk /r d:\


There you have it.. This will work, provided that the D:\ drive is the new hard drive, and c:\ is the old hard drive.
I assume (judging from the problem) that you've already gotten the second harddrive partitioned correctly, and formatted.

after this fix, you should be able to switch the hd's around (or remove the small one) and boot seamlessly into win95.

If this is what you were needing to know, let me know and I'll re-submit it as a question.
ThanX
I forgot to add 2 crucial steps onto the END of my description. Whenever you're DONE with the above, and before you reboot, type the following.

deltree d:\msdos.sys
(enter YES at the prompt)

attrib c:\msdos.sys -r -a -s -h

copy msdos.sys d:\
...

The old way should work, under MOST circumstances, but this new addition will GUARANTEE that it will work.

Like I said, let me know
Avatar of dsprad

ASKER

Thanks, this what I needed to know
so WHO'se answer worked?
I think I need the points (or some anyway) if my answer worked....
:-p