@echo off rem START or STOP Services rem ---------------------------------- rem Check if argument is STOP or START if not ""%1"" == ""START"" goto stop "C:\xampp\mysql\bin\mysqld" --defaults-file="C:\xampp\mysql\bin\my.ini" --standalone --console if errorlevel 1 goto error goto finish :stop "C:\xampp\apache\bin\pv" -f -k mysqld.exe -q if not exist "C:\xampp\mysql\data\%computername%.pid" goto finish echo Delete %computername%.pid ... del "C:\xampp\mysql\data\%computername%.pid" goto finish :error echo MySQL could not be started :finish exit x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586