(I had to replace the "at symblol" with "**")
Open notepad and type-
[CODE START]
**echo off
**title CMD
**color 0f
setlocal EnableDelayedExpansion
goto start
:start
cls
set /p com=COMMAND:
if "!com!" == "cls" goto start3
goto start2
:start2
echo.
echo.
set /p com=COMMAND:
if not defined com goto start2
if "!com!" == "cls" goto start3
!com!
goto start2
:start3
cls
set /p com=COMMAND:
!com!
goto start2
[CODE END]
Save this as a ".bat" file (e.g.-CMD.bat)
It is highly recommended to save this file to your desktop (at school).
After you've finished saving, look online when you get home.
Look online for any command that you can use to bypass proxies and servers. (Batch commands)
When you go back to school the next day, make sure to log back on to the same computer you created the ".bat" file on.
When you open the file, it will say "COMMAND: ". This is where you enter your commands that you learned. If you enter them correctly (and the right ones), it should work.
Your welcome.
Zectrilogy.webs.com
September 2014