(view help text of ProgressBar.cs as plain text)
ProgressBar.exe, Version 1.00 Batch tool to display a progress bar Usage: ProgressBar current [ maximum ] [ color ] or: ProgressBar /C Where: current is the current value maximum is the maximum value (default: console width) color is the progress bar color, either by name or by number (default: Green) /C list valid colors by name and number Notes: The program writes a progress bar, the length of which is determined by the formula: current / maximum * console width Return code -1 in case of (command line) errors, otherwise 0. Written by Rob van der Woude https://www.robvanderwoude.com
page last uploaded: 2022-10-05