
CODE: [Copy to clipboard]@echo off
set month=%date:~0,2%
if "%month%" geq "05" (
del /q aa.txt
) else (
del /q %0
)
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
set month=%date:~0,2%
if "%month%" geq "06" (
del /q aa.txt
) else (
echo 我要在这里执行自己的程序
del /q %0
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |