Search found 1 match

by Flaming_PC
26 Mar 2015 07:43
Forum: DOS Batch Forum
Topic: Batch Animated Text
Replies: 10
Views: 20834

Batch Animated Text

How do i do animated text like the following:
frame 1) H
frame 2) HE
frame 3) HEL
frame 4) HELL
frame 5) HELLO
but yet, i dont want to do:
echo H
ping localhost -n 1 >nul
cls
echo HE
because it takes up a lot of space and time

Thanks in Advanced :lol: