Link to home
Start Free TrialLog in
Avatar of MinnRick
MinnRickFlag for United States of America

asked on

How to write incrementing text to a single line in a vbScript?

Hello Experts -
I've got a little vbScript (yes - dinosaur - acknowledged) that is iterating through an ADO recordset and I'd like to display a progress indicator for the iteration on a single line in the command window (perhaps a series of dots).  The only way I'm aware of to display text in the command window is wscript.echo and that adds a line feed every time you call it.  Is there a variation of or alternative to wscript.echo, called in vbScript, that can add additional dots (or whatever) without the line feed?  Thanks!

-- Rick
ASKER CERTIFIED SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MinnRick

ASKER

Thanks Rob - works great.
No problem. Thanks for the grade.

Regards,

Rob.