Do you have ADSI installed on your NT4 computer? I would assume that much but had to ask. [Wink]

"ClipSrv" is a W2K service name and only included as an example. You would have to substitute the correct service (short names) "W3SVC" etc.

Here are the services our Proxy2 server use.

:Down
net stop w3svc
net stop msftpsvc
net stop iisadmin /y

set process="inetinfo"
call :Killprocess

net stop mailalrt
net stop mspadmin

set process="DRWTSN32"
call :Killprocess

set LogText=Proxy Service has been stopped.
call :Log
goto End

:Up
net start mspadmin
net start mailalrt
net start iisadmin
net start msftpsvc
net start w3svc
_________________________
Home page: http://www.kixhelp.com/hb/