【批处理】时间处理
摘要:SET /a a=%time:~0,2%*60+%time:~3,2%if %a% geq 480 if %a% leq 1080 (goto 下一步) GOTO :EOF:下1步.......... 上面代码(红色标示)是取 %time% 环境变量中的小时(采用截取字符串的方法取得的) 假如: %
阅读全文
posted @ 2012-03-06 18:15
努力做好自已,其他交给时间
posted @ 2012-03-06 18:15
posted @ 2012-03-06 17:49