Go Back   FileForums > Off Topic > Software
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-05-2021, 09:25
Newbie-repacker Newbie-repacker is offline
Banned
 
Join Date: Apr 2021
Location: In My Home Sweet Home
Posts: 27
Thanks: 57
Thanked 0 Times in 0 Posts
Newbie-repacker is on a distinguished road
Question Code for Making Circular progress bar(or loading bar) in cmd(Batch or .bat)

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
And if such is this possible in batch to make circular progress bars??
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
Reply With Quote
Sponsored Links
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 05:21.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com