

CODE: [Copy to clipboard]@Echo %bg% off&SetLocal EnableDelayedExpansion
for /f %%a in ('time/t') do set l_time=%%a
for /f "eol=# delims=, tokens=1-4" %%a in (time.txt) do (
if %%a LEQ %l_time% if %%b GEQ %l_time% echo/%l_time%:%%%c,%%d
)
pause&exit/b
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |