Thread: This isn't exactly RSPS, but it's the only place I can find for it.

Results 1 to 3 of 3
  1. #1 This isn't exactly RSPS, but it's the only place I can find for it. 
    F a l l e n
    Guest
    I'm trying to make this cmd box open up and make me type in different things like, 'runescape' and what not, so that it shows a new thing that tells me my RS info. (I'm not trying to connect my RS info directly from the site or anything, I'm going to type it in lol.) WELL, anyways, this is what I have.

    Code:
    @echo off
    @ TITLE Greetings!
    echo Hai der Nicolas.
    echo Welcome to your Command Prompt box of everything.
    echo Please follow your directions.
    echo -----------------------------------------------------
    echo ::: Type :::
    echo runescape - All of your Runescape details.
    echo zybez - All of your Zyzbez.net info.
    echo -----------------------------------------------------
    set /p c=Option:
    if %runescape%==runescape goto runescape
    if %zybez%==zybez goto zybez
    :runescape
    cls
    echo Please type in the master password.
    set /p c=Password:
    if %a%==a goto runescape2
    :runescape2
    cls
    echo Welcome to all of your Runescape information.
    pause
    exit
    Err, everytime I type in 'runescape' or 'zybez' the box just closes. Is this even possible, I'm so bored on RS lol, I need something to do.
    Reply With Quote  
     

  2. #2  
    tonic
    Guest
    pointless?? yes. mod plz lock
    Reply With Quote  
     

  3. #3  
    Member This isn't exactly RSPS, but it's the only place I can find for it. Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    Quote Originally Posted by tonic View Post
    pointless?? yes. mod plz lock
    umm stfu u nerd, how is some 1 asking for help pointless u ******.

    ---------- Post added at 08:10 PM ---------- Previous post was at 07:48 PM ----------

    here mate

    Code:
    @echo off
    color 8A
    :menu
      title HyperCompile
        cls
        echo.
    @ TITLE Greetings!
    echo Hai der Nicolas.
    echo Welcome to your Command Prompt box of everything.
    echo Please follow your directions.
    echo -----------------------------------------------------
    echo 			::: Type :::
    echo runescape	-	All of your Runescape details.
    echo zybez		-	All of your Zyzbez.net info.
    echo -----------------------------------------------------
    
        set /p c=Option: 
          if %c%==runescape goto runescape
          if %c%==zybez goto zybez
          goto menu
    
    :runescape
      title runescape info
        cls
    echo runescape.
        pause
        goto menu
    
    :zybez
      title zybez info
        cls
    echo zybez.
        pause
        goto menu
    ILY Stewie.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •