Start a JSP page if a service is started

A

Adriana

Hi,

I want to know how to do a scritp that verifies if a
service is staterd or restarted and if yes, it must
automaticaly open as url in IE.

thanks,

Adriana
 
J

Jerold Schulman

Hi,

I want to know how to do a scritp that verifies if a
service is staterd or restarted and if yes, it must
automaticaly open as url in IE.

thanks,

Adriana

Use a FOR statement to parse "net start"
When you locate the service,
cscript ie.vbs

See tip 6725 in the 'Tips & Tricks' at http://www.jsiinc.com
for a sample ie.vbs


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top