Aug 30, 2000 #1 Sensis Programmer Joined Aug 29, 2000 Messages 3 Location GB Hi, I need to register a DLL that is on a network machine (not mine!). Is it possible to do this or do I have to register it on the machine it is on? Any help would be appreciated, Shaun
Hi, I need to register a DLL that is on a network machine (not mine!). Is it possible to do this or do I have to register it on the machine it is on? Any help would be appreciated, Shaun
Aug 30, 2000 #2 pcawdron Programmer Joined Jun 14, 2000 Messages 109 Location AU You could could try the Shell command... Shell( "regsvr32 G:\Network\Server\File.dll" Upvote 0 Downvote