![]() |
Code for Making Circular progress bar(or loading bar) in cmd(Batch or .bat)
Like this is an example of rectangular box
Code:
@echo offHow to make such with circular progress bar......???? |
Quote:
Code:
@echo off |
1 Attachment(s)
Looking for something like this in .bat
Not exactly like this but somewhat near to this....... https://i.ibb.co/Zmqg2jG/maxresdefault.jpg And u will have to save the above code in a .bat to get progress bar like in attachment And it will look like this........... https://i.ibb.co/ZNP0L32/progress-bar.png |
(I fixed the rectangular box character in the code. Make sure to preview your posts. Code pages are tricky.)
You can't draw pictures from batch files. You can work with text. (Well, you can do anything from batch files if you write additional commands in external programs and call them from batch files but what's the point of using a batch file then? This is the same problem as BASIC and machine code on microcomputers: if you understand what BASIC is capable of - pretty much nothing - then the only thing you'll use it for is to start a machine code program. ;)) |
| All times are GMT -7. The time now is 22:04. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com