cls
@echo off
c:
cd "programme\runes of magic"
if exist model goto aus

ren model_ model
color 0c
echo Effecte sind AUS
goto end

:aus
ren model model_
color 0a
echo Effecte sind AN

:end
@ping -n 3 localhost > NUL


