Skip to content

Instantly share code, notes, and snippets.

@geocine
Created December 5, 2013 07:06
Show Gist options
  • Select an option

  • Save geocine/7801316 to your computer and use it in GitHub Desktop.

Select an option

Save geocine/7801316 to your computer and use it in GitHub Desktop.
Take control of port 80 and 443 then start xampp
@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