• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with Dos command to fix Win98

habba

Senior member
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
 
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)
 
Back
Top