| |
OverAtTheBar
Posts: 12
Score: 0
Joined: 11/2/2004
From:
Status: offline
|
Do you want to register it or verify that it is. To verify you can access any part of the registry. If you know what keys are relivant, you can verify it. Otherwise you can try, Set WshShell = WScript.CreateObject( "WScript.Shell" ) WshShell.run "c:\windows\system32\regsvr32.exe /s c:\windows\system32\file.dll" This will register the dll file into the system. Make sure the dll is located where you want it prior to running it and rename accordingly. You know where to find me, Corey F.
|
|