Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: DOS  |  size: 0.82 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @echo off
  2. cls
  3. @echo *********************************************************************
  4. @echo *                   WOW Launcher 1.0 started                        *
  5. @echo *                                       Powered by: MMM_Corp        *
  6. @echo *********************************************************************
  7.  
  8.  
  9. if "%1" == "1" copy /y athlantis.wtf ..\realmlist.wtf
  10. if "%1" == "2" copy /y athlantis_pvp.wtf ..\realmlist.wtf
  11. if "%1" == "3" copy /y toxic.wtf ..\realmlist.wtf
  12.  
  13. @echo *      - Realm changed                                              *
  14. del ..\Cache /s/q
  15. @echo *      - Chache free                                                *
  16. @echo *      - WOW start                                                  *
  17. rem start ..\wow.exe
  18. @echo *********************************************************************