Macht mal halblang bitte, das ist schwerer Stoff :?

Code:
@echo off
title Der tolle Textausgeber
mode 100,50
color 7C
:txt
cls
echo Text 
ping -n 5 localhost  > nul
goto txt
(mein gott ich hab echt zuviel zeit)