@echo off
if exist steam_api_mp.dll ren steam_api.dll steam_api_sp.dll
if exist steam_api_mp.dll ren steam_api_mp.dll steam_api.dll
if exist mainiw_23_mp.iwd ren mainiw_23.iwd iw_23_sp.iwd
if exist mainiw_23_mp.iwd ren mainiw_23_mp.iwd iw_23.iwd
start iw4mp.exe
exit
cod6_sp.bat
@echo off
if exist steam_api_sp.dll ren steam_api.dll steam_api_mp.dll
if exist steam_api_sp.dll ren steam_api_sp.dll steam_api.dll
if not exist mainiw_23_mp.iwd ren mainiw_23.iwd iw_23_mp.iwd
if exist mainiw_23_sp.iwd ren mainiw_23_sp.iwd iw_23.iwd
start cod6cn.exe
exit