
Untitled
By: a guest on
Aug 21st, 2012 | syntax:
DOS | size: 0.82 KB | hits: 24 | expires: Never
@echo off
cls
@echo *********************************************************************
@echo * WOW Launcher 1.0 started *
@echo * Powered by: MMM_Corp *
@echo *********************************************************************
if "%1" == "1" copy /y athlantis.wtf ..\realmlist.wtf
if "%1" == "2" copy /y athlantis_pvp.wtf ..\realmlist.wtf
if "%1" == "3" copy /y toxic.wtf ..\realmlist.wtf
@echo * - Realm changed *
del ..\Cache /s/q
@echo * - Chache free *
@echo * - WOW start *
rem start ..\wow.exe
@echo *********************************************************************