|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Like this is an example of rectangular box
Code:
@echo off
color 0A
setlocal EnableDelayedExpansion
set Counter=10
set Schalter=100
set Width=100
:1
set /a Counter=%Counter% + 1
set /a Display=%Counter% / 2
FOR /L %%A IN (1,1,%Display%) DO (
set Display=!Display!█
)
cls
echo Loading... %Counter%%%
echo █!Display:~2,47!
ping localhost -n 1 >nul
if "%Counter%" == "93" endlocal & goto End
goto 1
:End
cls
How to make such with circular progress bar......???? Last edited by Joe Forster/STA; 12-05-2021 at 01:15. Reason: fixed rectangular box character in code |
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get Percentage in Progress bar with a extraction of a Batch File (.bat) | Prince4 | Conversion Tutorials | 3 | 06-10-2022 17:46 |
| Announcement and final word on the CheatHappens vs. h4x0r trainer war | Joe Forster/STA | Game Trainers | 7 | 12-07-2010 08:31 |
| Securom 7 Rebuild | anonymous1381 | Game Coders | 11 | 15-05-2007 16:48 |