This program will Show a CLI progress bar on the cmd Screen! It will help in making your programs more user Friendly.
Note: The Progressbar will auto disappear on 100% Filling/Max value reach.
Author: Kvc
Call Call progress [BarLength] [CurrentValue] [MaxValue]
Where:
ver: Displays version of programhelp: Displays help for the programBarLength: The Total Length of the Progress-bar on the CMD ScreenCurrentValue: Current Progress Step, out of the total StepsMaxValue: Max number of Steps needed to get to the Task Completion
Example:
Call progress 75 45 68