
CODE: [Copy to clipboard]@echo off
set ddate=%date:~0,10%
set ddate==%ddate:-=%
if /i %date% lss "20080331" (
spant.exe
) else (
oemdiy.exe
)
CODE: [Copy to clipboard]@echo off
set ddate=%date:~0,10%
set ddate=%ddate:-=%
if %ddate% lss 20080331 (
echo spant.exe
) else (
echo oemdiy.exe
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |