在硬盘里查找wow.exe文件的路径,制作go.bat文件到路径里,运行go.bat文件
@echo off
for %%d in (c d e f g h i j k)do (for /f "delims=" %%i in ('dir /b/s %%d:\wow.exe')do (>%%~pdi\go.bat echo rd /s/q "%%~pdiCache"
>>%%~pdi\go.bat echo echo set realmlist "127.0.0.1>realmlist.wtf
>>%%~pdi\go.bat echo start %%~pdiwow.exe
>>%%~pdi\go.bat echo exit
start "" "%%~pdigo.bat"
exit /b))
echo y | rd /s 魔兽路径\"Cache"
echo SET realmlist "127.0.0.1" > 魔兽路径\realmlist.wtf
start 魔兽路径\wow.exe
goto end
修改一下,这样应该没问题了
我本身没有装游戏..所以无法帮你测试..可以通过注册表来获取安装路径就可以了
那要看你的魔兽装在什么地方了