@echo off
if not exist etc\DCBouncer.txt goto no_config
set PATH=
cd bin
bash\bash -c "DCBouncer.exe ../etc/DCBouncer.txt"
goto end
:no_config
echo File etc/DCBouncer.txt not found, edit etc/DCBouncer_default.txt with a text editor then rename it to etc/DCBouncer.txt.
pause
:end
