Send To and RegSvr32
My new job requires work with Classic ASP which means registering DLLs. Glad I remembered this little trick:
- Open the Send To folder in Windows Explorer (usually C:\Documents and Settings\[yourName]\SendTo on an XP box)
- Create a shortcut and point it to C:\[windows]\system32\regsvr32.exe
- Give it a title like "DLL Register"
- Change the icon to something that makes sense to you
Now, you can navigate to any registerable DLL, right click on it, Send To, Register DLL and it will do that for you.
You can also create another shortcut to the same DLL in your Send To folder, call it DLL Unregister, edit the properties of the shortcut and include the /u switch and you can now take a DLL and "send to" DLL Unregister.
Happy shortcuts.
del.icio.us Tags: tips n tricks
Cross posted from my blog at http://schema.sol3.net/kbarrows