I
Ismael
What is the command to unload dll in Windows 2000?
Thanks,
Thanks,
In said:What is the command to unload dll in Windows 2000?
-----Original Message-----
My reply was just a question mark, indicating that I didn't understand.
Are you talking about unREGISTERing? If so:
regsvr32 /u [path\]file.dll
That will unregister.
Enter:
regsvr32 /?
for a full list of options.
Ray at work
Ray I did not see any text in your reply. I have done
this before but I just can't remember the name of the
executable in system32. I have search the web but I can't
seem to find it. Any ideas is greatly appreciated?
.
-----Original Message-----
Sometimes you can rename, restart, then delete.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Ray this is the command regsvr32. So, it is not unloading
but unregistering dll's. Thanks a bunch Ray.
.
What is the command to unload dll in Windows 2000?
In said:Thanks Ndi, the command I was looking for is regsvr32 in
system32 directory.