@@ -28,4 +28,5 @@ GOTO End
SET /p redo=Nochmal versuchen?(j/n):
IF /I '%redo%' equ 'j' GOTO %RETURN%
GOTO %NEXT%
+echo "test"
:End