galera tou com uma core mais ela n tem o mysql pra liga ai eu quero por pra poder ligar o world serve e auth alguem pode min ajuda?
Código:
@echo off
title Jeuties MySQL starter
color f
mode con:lines=7 cols=65
REM Script designed by Jeutie
REM March 18, 2012
REM http://jeutie.info
:start
cls
echo.
echo You chose to not use Jeuties Repack Control.
echo The Apache server will not function without.
echo Please write "1" to start the MySQL server.
echo.
set /p Input=
if %Input%==1 goto:mysql
if %Input%==3 goto:exit
if %Input%==exit goto:exit
if %Input%==close goto:exit
goto:start
:mysql
start /high cmd /c "@echo off&&cls&&color f&&mode con:cols=28 lines=4&&title MySQL Server&&echo.&&echo.&&echo The MySQL server is online.&&echo.&&MySQL\bin\mysqld >nul --defaults-file=MySQL\my.ini>nul"
goto:start
:exit
taskkill /f /im mysqld.exe /t>nul
exit