Hi,
I have a batch file that registers WebClass .dlls. This file works fine but I have to be careful where I run it from! If the components are on the server and I run this batch file on my workstation, the components become registered on my workstation and not the server. Therefore, this file needs to be run on the web server or there needs to another mechanism that will register these files on the web server.(phew!!)

Anybody got any ideas.

Ideally I either need to run it remotely on the web server or have some script that will register 'remote' dlls.

Thanks in advance

The Riddler