v4.1 / v5
This commit is contained in:
parent
f6fda052af
commit
48aca9ca73
23 changed files with 168 additions and 0 deletions
13
v5/demo/Time.bat
Normal file
13
v5/demo/Time.bat
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue