Add a progress bar as splash screen
Find information to forward eMule ports
Status: Alpha
Brought to you by:
zangune
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
Anonymous