Thursday, 12 September 2013

How to have text delete itself in prompt window in Batch

How to have text delete itself in prompt window in Batch

So I want to put a command in between two echo strings so that when the
other appears, it is on the top row and the first one dissapears.
Something like this:
echo Stuff that gets deleted when the second print comes choice /C X /T 3
/D X > nul deletepreviousecho echo New Words.

No comments:

Post a Comment