neolithic
Jun 13, 2002, 02:25 AM
How can i replace and exsisting driver that windows uses through dos with a new version of it?
![]() |
View Full Version : How to install drivers through dos
|
neolithic Jun 13, 2002, 02:25 AM How can i replace and exsisting driver that windows uses through dos with a new version of it? Van Nugent Jun 13, 2002, 02:31 AM I don't really get what you're asking. Can you be more specific? neolithic Jun 13, 2002, 02:35 AM ok, I have the program Vob2Audio and it requires the driver oleaut32.dll only it says mine is too old. I downloaded the newer one only i can't simply replace it in windows b/c windows uses it will it's operating. What i need to know how to do is install it in dos to my windows directory. I'm not fluent on my dos commands and need help. neolithic Jun 13, 2002, 12:51 PM anybody? Van Nugent Jun 13, 2002, 08:14 PM Sorry m8, your posts are hard to understand and I need to guess. Did you already download the new version of oleaut32.dll? If so, copy it to the folder \Windows\System. If Windows aks to overwrite the old file, choose YES. You don't need to re-install the software. neolithic Jun 13, 2002, 11:16 PM lol........see i can't do that. Windows actively uses it when it runs. I try to just replace it and I get this message: "Cannot create or replace Oleaut32: The specified file is being used by Windows" So what i'm asking is can i replace it through dos? Sorry for the confusion. Van Nugent Jun 14, 2002, 12:11 AM I see. Try doing it in Safe Mode. BTW, what OS are you running? neolithic Jun 14, 2002, 03:05 AM Win 98 (not SE) Van Nugent Jun 14, 2002, 03:23 AM Reboot to real DOS then type: REN C:\WINDOWS\SYSTEM\OLEAUT32.DLL OLEAUT32.DL_ (Press Enter) COPY C:\FOLDER\OLEAUT32.DLL C:\WINDOWS\SYSTEM\ (Press Enter) Reboot and let Windows load as normal. Forgot to say, FOLDER is the name of the folder you have the new DLL. |