English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In the problem i have belw ...Do i cut n paste...WINDOWS/SYSTEM/REGSVR32.EXE into the cmd?.....Im trying to install a DLL....PLEASE HELP!!......David


To add .ocx and certain .dll files, run To add .ocx and certain .dll files, run WINDOWS/SYSTEM/REGSVR32.EXE from the command line. The following are the command you will need:

regsvr32 dll name or ocx name

Example: regsvr32 msvcp60.dll

2006-09-22 11:31:48 · 5 answers · asked by 3azaburd 1 in Computers & Internet Internet

5 answers

To complete the command that is given regsvr32 msvcp60.dll, you to enter and type it from the command line as it says. To do this

1. Click start and click on run. In the window there type in the complete command as given and click ok or press enter. This will run the command.
2. Open a command prompt (Start --> Run --> Type cmd press enter / Start --> Programs --> Accessories --> Command Prompt) and in the command window, type in the command given to you to register the dll.

2006-09-22 11:42:29 · answer #1 · answered by mukul_d 1 · 0 0

I don't understand the question. You get on the command line by going to accessories then Command prompt.
Type c\ that takes you to the root directory (folder) . Now find the file you want to copy. To change to the c:\windows directory you type CD (change directory) So type CD windows. Now to get into system type CD system. To copy a file type copy [filename] followed by the path. For example copy regsvr32.exe c:\windows\system32 assuming that's where you want it to go. you also have wild cards you can use. The main one is *. So you can type copy reg*.* [destination] and all files starting with reg will be copied. You type del [file name to delete a file. Again wild cards work. del *.* will delete an entire directory. Directories ARE folders.

2006-09-22 19:07:58 · answer #2 · answered by Mike10613 6 · 0 0

You can select START -> RUN and type what you need as shown by the "Example" you have above. Then press the OK button to run it.

You can also open a Command Prompt window and type it, but it is just more steps. If this doesn't seem to work, then doing it in the command window will give you a list of any errors.

To open a Command Prompt window press START -> ALL PROGRAMS -> ACCESSORIES -> COMMAND PROMPT

2006-09-22 18:43:31 · answer #3 · answered by fwiiw 4 · 0 0

take the DLL file and paste it into C:\WINDOWS\System32\ through my computer.

Then click the start button, go to RUN and type the following.


regsvr32 msvcp60.dll

to unregister the file type in: regsvr32 /u msvcp60.dll

** WHERE msvcp60.dll is the file you pasted in the windows system 32 folder.

2006-09-22 18:39:47 · answer #4 · answered by djskeets 4 · 0 0

Sounds like a virus. Download a free virus scanner on the internet. You can try AVG Free Edition, it works well. http://www.grisoft.com/doc/71/lng/us/tpl/tpl01

2006-09-22 18:39:19 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers