[TUTORIAL] Command Prompt Tricks

[VcG]Alex

Visual Confusion Graphics
Messages
69
Location
Morecambe
Most of you probably know these but are blocked on school PCs and whatnot, but still there's a way to get to command prompt even if its blocked.. Here's how to do it:

Run :: command.com (not a website trust me) :: press enter - there you have it.. command prompt! :)


It's no secret that in most schools proxies and other sites are blocked. There is ways to get to them still unless they've resolved the IP and blocked that too. But here's how to get the IP adress to get to the site (Using the IP is not the same as using the Text-URL):

Go to Run :: command.com :: press enter :: type ping (site text-url) :: enter (e.g ping www.google.com)
Some more information on how to use ping here. Taken from the info when you type ping without
Ping Commands:
[-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count]
[[-j host-list] | [-k host-list]] [-w timeout] target_name

Commands Explained:

-t Ping the specified host until stopped
-a Resolve adresses to hostnames
-n count Number of echo requests to send
-l size Send buffer size.
-f Set Don't Fragment flag in packet
-i TTL Time To Live
-v TOS Type Of Service
-r count Record route for count hops
-s count Timestamp for count hops
-j host-list Loose source route along host-list
-k host-list Strict source route along host-list
-w timeout Timeout in milliseconds to wait for each reply

Once you've got the IP from the ping command's returned string put that IP into your IE Browser and you'll be onto the website.


There is also a way to abort shutdowns using shutdown.exe (a command line based application - so it's going in this tutorial)
All you have to do is here nice and simple:

start menu :: run :: shutdown.exe -a :: enter


There is more commands than you think to control your operating system. Controlling shutdown.exe is an easier one.

Shutdown commands:

[-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]

Commands Explained

-i Displays GUI interface, must be first option
-l Log off (cannnot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a shutdown
-m Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown Comment (maximum 127 chars)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdown

They can all be executed with the Run program in the start menu.

I'll work this command line tricks up when I find out more and have the time. :wink:

- [VcG]Alex
 
Re: Command Prompt Tricks

Good Job Cookie for u
 
Re: Command Prompt Tricks

thanks Alex, going to test this on school for sure :tongue:
 
Re: Command Prompt Tricks

Zezombia said:
Code:
shutdown -s -m \\COMPNAME -t 60 -c Hax'd
I don't think it would read the stuff after the comment would it? Well nevermind.
P/S Np mave.
P/s thanks for the cookie deathgod. :wink:
 
Re: Command Prompt Tricks

ok now try this xD so funny :tongue:

type :
Code:
telnet
in the cmd ok when this is done type :

Code:
o towel.blinkenlights.nl

now see what happens :tongue:

you will se the film : star wars haha
 
Re: Command Prompt Tricks

[VcG]Alex said:
I don't think it would read the stuff after the comment would it? Well nevermind.

LMAO Alex, that made my day! Your not serious are you? I thought you were good at computers.

Wow Blubber, I wonder who had the time to do that...
 
Re: Command Prompt Tricks

Zezombia said:
[VcG]Alex said:
I don't think it would read the stuff after the comment would it? Well nevermind.

LMAO Alex, that made my day! Your not serious are you? I thought you were good at computers.

Wow Blubber, I wonder who had the time to do that...

well whatever just dont go walking round like a smartarse. big deal you read through my tutorial and made up some code.
 
Re: Command Prompt Tricks

:laugh:

You make a tutorial, and you Can't made a code from it.

No, those aren't comments. Try learning how to use the command prompt before making tutorials on it.
 
Re: Command Prompt Tricks

Zezombia said:
:laugh:

You make a tutorial, and you Can't made a code from it.

No, those aren't comments. Try learning how to use the command prompt before making tutorials on it.

Well so fucking what I'm tired atm. \\ is not the same as // i know but I've only just taken the time to look carefully at your post.
 
Re: Command Prompt Tricks

I'm pointing out that the \\ is needed for that line of code to work.

Say my computer was "hax". I would need to type "\\hax" into the prompt, not "hax".
 
Re: Command Prompt Tricks

Relax guys :V

PeaceNotWarSmallLogo.png
 
Re: Command Prompt Tricks

Zezombia said:
I dont get it ???

No, really. I like this tutorial, because the tutorial "board" is so empty (compared to other boards) and nobody posts threads in it :(
 
Back
Top Bottom