v4.1 / v5

This commit is contained in:
homeuser 2018-10-19 17:17:40 +02:00
parent f6fda052af
commit 48aca9ca73
23 changed files with 168 additions and 0 deletions

13
v5/demo/Time.bat Normal file
View file

@ -0,0 +1,13 @@
@echo off
echo USED TOOLS:
echo uTIME.exe
echo =^> uTIME -cf %0
echo cTIME.exe
echo =^> cTIME %%ts%%
echo.
..\uTIME -fc %0 >time.txt
set /p ts=<time.txt
del time.txt
..\PRINT "The creation time of %0 is: "
..\cTIME %ts%
pause