Timer:
@echo off
echo 
"Start TestingWrite timer windows command script"
REM Not set FileName = "Timer.txt"
REM
 There is not blank
set FileName=" Timer.txt"
echo 
---- Record----   >> %FileName%
echo %
date% %time>>  %FileName%

pause

echo 
"End testing"
echo %
date% %time%   >> %FileName%

pause

echo 
"The timer recordsWrite timer windows command script"
type %FileName%

pause

相关文章: