News:

Please donate to help keep the servers running!

Main Menu

can you name what this dose hint it a batch file

Started by Zachery980, March 05, 2011, 04:19:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zachery980

@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
if you cant hack it or mod it, it ant worth it

bapx17 503's finest

A New Gaming ERA has begun | New-Alliance World Gaming Association

Master

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.

Zachery980

#3
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  :'(
if you cant hack it or mod it, it ant worth it