Created
December 5, 2013 07:06
-
-
Save geocine/7801316 to your computer and use it in GitHub Desktop.
Take control of port 80 and 443 then start xampp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ECHO OFF | |
| sc stop W3SVC | |
| sc stop ReportServer$SQLEXPRESS | |
| start /b D:\xampp\apache\bin\httpd.exe | |
| start /b D:\xampp\mysql\bin\mysqld --defaults-file=D:\xampp\mysql\bin\my.ini --standalone --console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment