I have a stats.bat program that will refresh in order to show me the most up to date data that I can have.
I have tried just about ever thing to my knowledge.
In the script I have I want it to show time but I want it to something like this.
ECHO The Time Is: %time /T%
Where the "%time /T%" will show the time on the same line as the ECHO line.
I have tried researching on it but I just cant find anything on the subject.