标题: [日期时间] 运行批处理系统时间自动增加1天怎么写? [打印本页]
作者: qsfish 时间: 2012-11-18 22:33 标题: 运行批处理系统时间自动增加1天怎么写?
系统时间自动增加1天怎么写
就是运行批处理系统时间自动增加1天
比如当天时间是18号运行就是变19号
当天时间是19号运行就是变20号
作者: andyrave 时间: 2012-11-18 23:29
- @echo off
- For /f "tokens=3-4 delims=/ " %%i IN ('echo %date%') do set /a newdate=%%i+1
- echo %newdate%
- pause
复制代码
自己丰富下 根据%date%数字判断是否大小月份 30 31 28 不然到月尾了 31+1变成32号
作者: tmplinshi 时间: 2012-11-19 01:52
复制代码
tad32.exe 下载地址: http://adoxa.3eeweb.com/tad/index.html
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |