
CODE: [Copy to clipboard]@echo off
if exist \Program Files\Rising\Rav\rav.exe start update.exe || goto :eof
CODE: [Copy to clipboard]p.s. 把标题改一下吧。@echo off
set /p vers=请输入版本号:
set "vers=Version=%vers%"
findstr /i "^%vers%$" CompsVer.inf >nul && goto :end || start update.exe
:end
PAUSE
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |