Search found 1 match

by bt.player
26 Jul 2019 14:08
Forum: DOS Batch Forum
Topic: Animated loading screen
Replies: 8
Views: 21246

Re: Animated loading screen

You can using this.

Code: Select all

@echo off

for /l %%a in (1,1,100) do echo|set /p="#"
echo.done.
pause>nul