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/Install.bat
2007-06-18 10:53:18 +00:00

12 lines
505 B
Batchfile

@echo off
echo
copy usr\local\mysql\bin\my-small.cnf c:\my.cnf
echo Installing Apache2 Service ...
C:/UniServX.X/usr/local/apache2/bin/Apache.exe -f C:/UniServX.X/usr/local/apache2/conf/httpd.conf -d C:/UniServX.X/usr/local/apache2/. -k install -n "Apache2"
echo Installing MySQL Service ...
C:/UniServX.X/usr/local/mysql/bin/mysqld-opt.exe --install
net start Apache2
net start MySQL
start udrive/home/admin/www/redirect.html
echo Now you can copy important data and use the server!
rem pause