I have a .bat file in Windows that I am writing. It will copy some DLLs to a directory on the user's machine and register them. I was thinking it might be good to check whether the DLL is already there and registered, before copying over and registering. Is that possible? Could anyone help me out? I have been browsing on Google, but not been able to find a way, yet.
How can I see whether a DLL is registered from my batch program?
Collapse
X
-
Originally posted by davidcmI have a .bat file in Windows that I am writing. It will copy some DLLs to a directory on the user's machine and register them. I was thinking it might be good to check whether the DLL is already there and registered, before copying over and registering. Is that possible? Could anyone help me out? I have been browsing on Google, but not been able to find a way, yet.
Thanks for joining TheScripts.com.Comment
Comment