iceangel89 Posted June 30, 2007 Posted June 30, 2007 I am in school, learning a Web Design modules 1 uses PHP & 1 IIS. i think there is a way to script shortcuts right?
IcemanND Posted June 30, 2007 Posted June 30, 2007 I don't have access to a server running IIS at the moment so you will have to verify the service name. Open the cmd prompt and type 'net services' and replace IIS with the appropriate name if needed.cmd script:start /wait net stop iisstart /wait net start iis
Stoic Joker Posted June 30, 2007 Posted June 30, 2007 Assuming it's a 2k3 server, you can use the iisreset command to stop, start, or restart all of the IIS services at one time with a single command.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now