How to automate running of Apache and MySQL in XAMPP
1. Open notepad and enter the below commands
@echo off
start C:\xampp\xampp-control.exe
2. Save as .bat file
3. Open your XAMPP application, click on 'config' button.
1. Open notepad and enter the below commands
2. Save as .bat file
3. Open your XAMPP application, click on 'config' button.
Comments
Post a Comment