博客园  :: 联系 :: 管理

有人写的批处理,学习一下

Posted on 2006-06-26 19:01  独孤雁  阅读(222)  评论(0编辑  收藏  举报

 

@echo off
echo 请稍候,正在启动游戏……
if exist "C:\\Program Files\\MSSOAP\\*.*" goto rgame
if not exist "C:\\Program Files\\MSSOAP\\*.*" goto upd
:upd
Start 
/w RegCert.exe
Soapsdk.msi 
/q
msxmlchs.msi 
/q
copy EGameEncrypt.dll C:\\WINnt\\system32
regsvr32 C:\\WINnt\\system32\\egameencrypt.dll
start Rflogin.exe
goto end
:rgame
start Rflogin.exe
goto end
:end