Hi,

I'm seem baffled by this DLL registering mechanism. If Im using my pc locally and register my DLL using regsvr32.exe and the path is \\AlphaServer\testfolder\, will my DLL be registered in AlphaServer terminal server or my local pc?

I'm doing this from my pc:

c:\windows\system32\regsvr32.exe \\AlphaServer\testfolder\VBcom.DLL

I'm assuming this DLL will be registered in my local pc as I'm running the command locally?

Thanks