Nothing to do with Perl but something that I find very useful are these registry settings:
You should just save that in to a file with a .reg extension and then double click on it to load it into the registry. THis will get a 'Register Component' and 'Unregister Component' entries in the right click context menu - this means that you can select multiple .dlls (or .exes or .ocxs or whatever) and right click to select the appropriate action and they will all be done at once - the only drawaback is the annoying popups you get for each one but hey!REGEDIT4 [HKEY_CLASSES_ROOT\.dll] @="dllfile" [HKEY_CLASSES_ROOT\dllfile\shell\Register Component\command] @="regsvr32 \"%1\"" [HKEY_CLASSES_ROOT\dllfile\shell\Unregister Component\command] @="regsvr32 /u \"%1\"" [HKEY_CLASSES_ROOT\.exe] @="exefile" [HKEY_CLASSES_ROOT\exefile\shell\Register Component\command] @="\"%1\" /regserver" [HKEY_CLASSES_ROOT\exefile\shell\Unregister Component\command] @="\"%1\" /unregserver" [HKEY_CLASSES_ROOT\exefile\shell\Register As Service\command] @="\"%1\" /service" [HKEY_CLASSES_ROOT\.ocx] @="ocxfile" [HKEY_CLASSES_ROOT\ocxfile\shell\Register Component\command] @="regsvr32 \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\shell\Unregister Component\command] @="regsvr32 /u \"%1\""
/J\
In reply to Re: Resgistering DLLs, lots of them
by gellyfish
in thread Registering DLLs, lots of them
by ellem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |