Folgendes in einen Texteditor kopieren als als *.bat speichern.
Optional in ds MW Verzeichnis ablegen.
“set place=” Verzeichnis der ModernWarfare.exe
@ECHO off :: cod installationspfad bei set place eintragen set place=C:\Program Files (x86)\Call of Duty Modern Warfare set PROCNAME="ModernWarfare.exe" :initialbattlenet CHOICE /M "battlenet starten?" if "%ERRORLEVEL%" == "1" GOTO startbattlenet if "%ERRORLEVEL%" == "2" echo nutzloses Stueck goto exitscript :startbattlenet Echo starte battlenet... "%place%\Modern Warfare Launcher.exe" @ping -n 5 localhost> nul cls :checkstart TaskList|Find "Blizzard Battle.net App" >NUL || If Errorlevel 1 Goto startgame Goto checkstart :startgame echo bitte cod starten... check check one two check... tasklist /FI "IMAGENAME eq %PROCNAME%*" 2>NUL | find /I /N %PROCNAME%>NUL if "%ERRORLEVEL%"=="0" ( Goto gameruns ) cls Goto startgame :exitgame CHOICE /M "aufgehoert zu coden?" if "%ERRORLEVEL%" == "1" GOTO gamequits if "%ERRORLEVEL%" == "2" GOTO exitgame @PAUSE :gameruns @ping -n 5 localhost> nul ren "%place%\ModernWarfare.exe" ModernWarfare1.exe >nul if exist "%place%\ModernWarfare1.exe" goto startrenameok echo irgendwas is kaputt, probieren wir es nochmal... @pause goto startgame :startrenameok cls ECHO erfolgreich umbenannt! ECHO geht dahin... @ping -n 5 localhost> nul cls GOTO exitgame :gamequits ren "%place%\ModernWarfare1.exe" ModernWarfare.exe >nul if exist "%place%\ModernWarfare.exe" goto quitrenameok echo irgendwas is kaputt, probieren wir es nochmal... goto startgame :quitrenameok cls ECHO erfolgreich umbenannt! ECHO und tschuess GOTO exitscript :exitscript echo. echo und aus... @ping -n 3 localhost> nul exit