Need help with Dos command to fix Win98

habba

Senior member
Jul 16, 2001
665
0
0
My friends system is corrupted. I can't access the D drive to reinstall windows. I can almost get to safe mode but get
SHLWAPI.DLL is missing and registry is corrupted.
Can you provide me with the copy command so I can try copying the DLL file from A to the system dir.

thanks
habba8
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
two different ways of doing this:

when youre at the command prompt you can use copy of xcopy, for examples and a way to use it use the following:

>copy /?

or

>xcopy /?

This will give you the syntax you need.


now to answer your question.

> copy a:\file.dl c:\windows\ <enter>


dam(presto)