John
Tue May 16 10:37:59 CDT 2006
Try this:
http://www.freevbcode.com/ShowCode.asp?ID=1368
Seems like a lot of dll's to register, what happened?
John
CJ wrote:
> Thanks for that Mike, however this still means registering them one at a
> time, and I have several (about 450)
>
> "Mike M" wrote:
>
>
>>The Windows 2000 NG hierarchy is microsoft.public.win2000.* on the
>>Microsoft news (nntp) server but like yourself I can't immediately find
>>them on the lame web interface that you are using. You can access them
>>however via the web interface by using the following link
>>
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx
>>and expending the microsoft.public.win2000 entry in the left hand pane.
>>
>>Personally I have always used Start | Run and entered regsvr32
>>filename.dll in the box and then clicked OK to register dlls, etc and used
>>regsvr32 /u filename.dll to unregister. I find this takes little time as
>>one only has to paste the name of each file if one is
>>registering/unregistering multiple files.
>>--
>>Mike Maltby
>>mike.maltby@gmail.com
>>
>>
>>CJ <CJ@discussions.microsoft.com> wrote:
>>
>>
>>>(Im using Win ME as unable to find Win 2000, under Windows (Older
>>>Version)
>>>
>>>I have Windows 2000 installed, and need to register / unregister
>>>several dll's Is there a quick way of doing this?
>>>When I right click on Dll's I have no Register / Unregister option,
>>>unsure why that is?.
>>>If I do it via cmd - RegSvr32.exe Filename.dll I need to name each of
>>>the dll's I cant seem to do RegSvr32.exe *.dll
>>
>>