Hi all,
I would have to create a script (powershell or DOS) doing this:
a wording printed (e.g. "debug in progress:") and beside a progress bar (dots increasing....)
when the dots reach number of 100, they start from 1 dot (still beside the same wording):
debug in progress:...........................
this in an infinite loop, until I press a key
is it possible?
thanks!