I have a console app that performs a lengthy process.
I am printing out the percent complete on a new line, for every 1% complete.
How can I make the program print out the percent complete in the same location in the console window?
|
4
|
I have a console app that performs a lengthy process. I am printing out the percent complete on a new line, for every 1% complete. How can I make the program print out the percent complete in the same location in the console window?
|
||||
|
|
|
Print For example:
|
||||||||||||
|
|
|
You may use:
To set the position appropriately. Like so:
|
||
|
|