Howdy!

Question #2

using the Shell command or the ShellExecute Api is straight forward enough

But, I need to run regsvr32.exe from my app with an 'example.dll' that needs to be registered

if I run regsvr32 from windows or DOS the command is:
regsvr32.exe example.dll

What is it using Shell or anything else?????

Thanx

Hyme