Evil Soldiers Clan

Soldier's Barracks => Clan Lounge => Topic started by: Zachery980 on March 05, 2011, 04:19:24 PM

Title: can you name what this dose hint it a batch file
Post by: Zachery980 on March 05, 2011, 04:19:24 PM
@echo off


:START
title          changer

prompt $
cls

echo.
echo        ______________________
echo        -works on computer to-
echo        -modem only, dose not-
echo        -work with routers.  -
echo        ______________________
echo        ----------------------
echo        I    Change          I        
echo        I                    I
echo        I     y or n         I
echo        I                    I
echo        ----------------------
echo        ______________________
echo.

set /p choice1=">>> "

if %choice1%==y GOTO y
if %choice1%==n GOTO END

:y

ipconfig /release

ipconfig /renew

prompt $
cls

echo.
echo                  (   thank you!      )
echo                  (  WOULD YOU LIKE   )
echo                  (TO SEE YPUR NEW   ?)
echo                  (     y or n        )
echo.

set /p choice1=">>>"

if %choice1%==n GOTO END
if %choice1%==y GOTO ip

:ip

prompt $
cls

ipconfig

echo.
echo.
echo                         d----------------b  
echo                         d  are you done? b
echo                         d     y or n     b
echo                         d----------------b

set /p choice1=">>>"

if %choice1%==y GOTO END
if %choice1%==n GOTO START
Title: Re: can you name what this dose hint it a batch file
Post by: bapx17 503's finest on March 05, 2011, 10:43:58 PM
hmm no
Title: Re: can you name what this dose hint it a batch file
Post by: Master on March 07, 2011, 03:54:17 AM
it simple resets your internet, back in the days before routers and modems, this would also reset your ip adress, but it doesn't work in this manner anymore, its interactive and will also give you the option of displaying your new (albeit internal) ip adress after the reset.
Title: Re: can you name what this dose hint it a batch file
Post by: Zachery980 on March 07, 2011, 05:24:10 AM
we have a winner im learning how to make this crap, just made it a week ago and thought i would have some fun with you guys and it still works only with modems cant do it over wifi  or the router  :'(