Advertisement
myapit

Batch File Start Apache & MySQL

May 30th, 2019
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.12 KB | None | 0 0
  1. @echo off
  2. echo "Starting Apache & MySQL"
  3. @start /b "" httpd.exe
  4. @start /b "" mysqld.exe
  5.  
  6.  
  7. REM tested on windows 10 Ent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement