|
Answer» Load a LIBRARY or function with a bat file
How can i do to load or UNLOAD a dll ? It's the same REGISTER a dll and load a dll ?
Best Regards But I would like to kwow how load or register a dll with a bat file.
How can be done ?
Best Regards You can register a COM Component in a DLL using regsvr32.
You cannot call FUNCTIONS EXPORTED from a DLL using a batch file. You can call some functions using Rundll32, but that services only a subset of available functions.I'll try and comment.
Best Regards
|