Hi i run this bat on startup :
It works very well, but i always got error(ERROR CANNOT LOAD CONFIG.LUA) in server console. If i started server manually i didnt get this error. Please help i need start my server automaticly ;/
Code:
@ECHO OFF
cls
echo Server is loading...
start C:\xampp\xampp\apache_start2.bat
PING 1.1.1.1 -n 1 -w 3000 >NUL
start C:\xampp\xampp\mysql_start2.bat
PING 1.1.1.1 -n 1 -w 10000 >NUL
start C:\cryingdamson4pl2-console\tfs.exe
cls
echo Uruchamiam Server... loading DONE.
PING 1.1.1.1 -n 1 -w 3000 >NUL
exit