This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/udrive/plugins/Services/files/Uninstall.bat
2007-06-18 10:53:18 +00:00

10 lines
288 B
Batchfile

@echo off
echo
net stop MySQL
net stop Apache2
usr\local\apache2\bin\Apache.exe -k uninstall -n "Apache2"
echo Uninstalling MySQL Service ...
usr\local\mysql\bin\mysqld-opt.exe --remove
del C:\my.cnf
echo Now you can copy important data and delete the server root directory
pause