restart IIS and MTS from a script. 
Author Message
 restart IIS and MTS from a script.

I am trying to find a way to restart IIS and MTS from a script.
In essence I want to achieve these command line commands:

net stop iisadmin /y
mtxstop
net start w3svc

I tried using the SHELL command from a COM wrapper to execute a batch file
containg the above commands.  No luck SHELL only executes executables!!

What I really need is access to the services so I can stop and start the
relevant services vial a COM interface.

Can anybody help?

Tasha



Tue, 04 Feb 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Restarting IIS from within a .vbs

2. IIS Restart...

3. Restarting IIS

4. Howto update DLL without restarting IIS

5. how can i restart IIS programatically?

6. Help : Using ADO on MTS without IIS and ASP

7. MTS and IIS for windows2000, where?

8. COM MTS VB IIS Problem

9. Help : Using ADO on MTS without IIS and ASP

10. IIS & MTS

11. Problem using MTS and IIS together

12. Problems using MTS and IIS together

 

 
Powered by phpBB® Forum Software