[Release] Simple Server Slector (MS-DOS) menu

User Tag List

Results 1 to 1 of 1
  1. #1
    violator's Avatar Member
    Reputation
    2
    Join Date
    Aug 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] Simple Server Slector (MS-DOS)

    Wrote a simple server selector... Basic MS-DOS Code

    Mainly wrote it for the noobs to connect to my server

    ASCII gets a little funky on the forums but comes out clean in default Command Prompt font and properties...

    ...And location doesn't matter...But I would replace the icon on your desktop for WoW with this to make easy switches...

    ---Setup----
    1. Save
    2. Edit: "[Server IP Here]" to your IP
    3. Open, choose, Play!

    Code:
    @echo off
    echo       Please Do not edit, and or take credit for the following code.        
    echo                Created/Coded By AXEL-GFXDesigns (Donato)                    
    echo         **          ***          **          ***** **         ***** *       
    echo      *****         *****       ****  *    ******  **** *   ******  *        
    echo     *  ***        *   ***      ******    **   *  * ****   **   *  *         
    echo        ***             ***    *   **    *    *  *   **   *    *  *          
    echo       *  **             ***  *              *  *             *  *           
    echo       *  **              ****              ** **            ** **           
    echo      *    **     Coding:  ***              ** **            ** **           
    echo      *    **              ****             ** ******        ** **           
    echo     *      **            *  ***            ** *****         ** **           
    echo     *********           *    ***           ** **            ** **           
    echo    *        **         *      ***          *  **            *  **           
    echo    *        **        *  HTML  ***  PHP       * VisualBasic * C++           
    echo   *****      **      *          ***   *   ****         *   ****           * 
    echo  *   ****    ** *   *            *****   *  ***********   *  *************  
    echo *     **      **   *              ***   *     ******     *     *********    
    echo *                                       *                *                  
    echo  **                                      **               **                
    COLOR 0A
    :Menu
    echo 1. Play on "Retail"
    echo 2. Play on "Private"
    echo 3. Exit
    :Choice
    echo.
    Set /P C=Choose 1, 2 or 3: 
    if "%C%"=="3" Goto Exit
    if "%C%"=="2" Goto Private
    if "%C%"=="1" Goto Retail
    
    :Retail
    echo set realmlist us.logon.worldofwarcraft.com > "C:\Program Files\World of Warcraft\realmlist.wtf"
    Goto Done
    
    :Private
    echo set realmlist [Server IP Here] > "C:\Program Files\World of Warcraft\realmlist.wtf"
    Goto Done
    
    :Done
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info1=Changing Server Files.
    echo.
    echo %Info1%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info1=Changing Server Files..
    echo.
    echo %Info1%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info1=Changing Server Files...
    echo.
    echo %Info1%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info1=Changing Server Files...Done!
    echo.
    echo %Info1%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting.
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting..
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting...
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting....
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting.....
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting......
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    cls
    echo     Thank you for using, AXEL's Private Server Selector! (Auto-Start 5s)
    SET Info2=Starting......Done!
    echo.
    echo %Info1%
    echo %Info2%
    ping -n 1.2 127.0.0.1 > nul
    CD "C:\Program Files\World of Warcraft\"
    start WoW.exe
    exit
    
    :Exit
    exit
    
    Goto Menu

    [Release] Simple Server Slector (MS-DOS)

Similar Threads

  1. I want to make a simple server
    By ty2714 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-13-2008, 10:14 AM
  2. [Beta Release] WoW Server Explorer
    By Stauf in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 05-16-2008, 10:35 AM
  3. [Release] Simple Wishing Stone
    By NineOneOne in forum World of Warcraft Emulator Servers
    Replies: 46
    Last Post: 03-30-2008, 09:36 PM
  4. [Release] Simple (re)pack: Ascent rev3719 + NCDB rev1074 + DBC files
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 02-10-2008, 08:45 PM
  5. [RELEASE] Ascent Server Manager
    By Chris-h11 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 09-09-2007, 01:44 PM
All times are GMT -5. The time now is 03:00 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search