Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 696 Bytes

File metadata and controls

24 lines (16 loc) · 696 Bytes

Progress - by Kvc

Description

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

Usage

Call Call progress [BarLength] [CurrentValue] [MaxValue]

Where:

  • ver : Displays version of program
  • help : Displays help for the program
  • BarLength : The Total Length of the Progress-bar on the CMD Screen
  • CurrentValue : Current Progress Step, out of the total Steps
  • MaxValue : Max number of Steps needed to get to the Task Completion

Example: Call progress 75 45 68

www.batch-man.com