Menu

#6 Add a progress bar as splash screen

open
nobody
None
enhancement
Irrelevant
low
2019-04-08
2014-11-17
Zangune
No

Just for fun, at the moment (program version 0.0.10) arz is fast enough.

MODE, CLS, PING and ECHO will do the trick, a more sophisticated one could be by adding progress percentage and to make this percentage meaningful, that is not so common in widespread and big programs, indeed.

A proof of concept:

:::ini
@ECHO OFF
MODE CON:COLS=29 LINES=3
CLS
ECHO.
ECHO. ±±±±±±±±±±±±±±±±±±±±±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛ±±±±±±±±±±±±±±±±±±±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛÛÛ±±±±±±±±±±±±±±±±±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛÛÛÛÛÛ±±±±±±±±±±±±±±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛÛÛÛÛÛÛÛÛÛÛ±±±±±±±±±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ±±±±±±±
PING LocalHost -n 2 >NUL
CLS
ECHO.
ECHO. ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
PING LocalHost -n 2 >NUL

Discussion

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB