kuhasu Posted February 7, 2009 Posted February 7, 2009 Is anyone here can tell my how to Start and Stop IIS6 web server by autoit pls? TIA
kuhasu Posted February 7, 2009 Author Posted February 7, 2009 Is anyone here can tell my how to Start and Stop IIS6 web server by autoit pls?TIAJust got scripts for cmd/batAPACHE.BAT@echo offnet stop "World Wide Web Publishing" net start Apachenet start MysqlIIS.BAT@echo offnet stop Apachenet stop Mysqlnet start "World Wide Web Publishing"
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