ne ne, die jugend von heute, alles muss bunt und zum anklicken sein XD
früher hat man für sowas ne batch geschrieben (naja, ich machs heute auch noch^^):
| | | | @echo off echo Welcher Server soll ausgewaehlt werden? echo. echo 1. OrangeVirus echo - zensiert - echo 3. Blizzard (EU) echo. set /p Choose=Bitte Waehlen: if "%Choose%"=="1" goto OV if "%Choose%"=="2" goto - zensiert - if "%Choose%"=="3" goto BLIZZ goto done
:OV del "G:\World of Warcraft\realmlist.wtf" copy "G:\World of Warcraft\realmlists\OV.wtf" "G:\World of Warcraft\realmlist.wtf" goto done
:DT del "G:\World of Warcraft\realmlist.wtf" copy "G:\World of Warcraft\realmlists\DT.wtf" "G:\World of Warcraft\realmlist.wtf" goto done
:BLIZZ del "G:\World of Warcraft\realmlist.wtf" copy "G:\World of Warcraft\realmlists\BLIZZ.wtf" "G:\World of Warcraft\realmlist.wtf" goto done
:done "G:\World of Warcraft\wow.exe"
| | | | |
|
dafür brauch man dann nur n unterordner mit den ganzen realmlist für die einzelnen server (die liste kann man ja auch beliebig erweitern), aber die paar kb sollten kaum das problem sein XD
is wie alle meine sachen natürlich open source, also steht jedem frei es zu kopieren, zu ändern oder sonstwas mit zu machen^^