Jump to content

Recommended Posts

Posted

Is anyone here can tell my how to Start and Stop IIS6 web server by autoit pls?

TIA

Just got scripts for cmd/bat

APACHE.BAT

@echo off

net stop "World Wide Web Publishing"

net start Apache

net start Mysql

IIS.BAT

@echo off

net stop Apache

net stop Mysql

net start "World Wide Web Publishing"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...