I'm currently making a batch-file to write the date and time to a logfile, but I can't find out how to keep the info on the same line of the .log
.
REM Clear the screen
REM ------------------------------------------------------
cls
date /T >> C:\\myTemp\devTracker.log
time /T >> C:\\myTemp\devTracker.log
ECHO Starting Microsoft Visual Studio...