Adrian's Command Prompt Help
| Google Pages Union | |
| home - forum - join | previous - next - members |
| powered by RingsWorld.com | |
| Created by http://masterjuan0101.googlepages.com | |
This tutorial will (hopefully) teach you the basics of using the Windows command prompt.
[Note: You must be running Windows 95,98,Nt,2000,2003,Xp,Vista or some other form of Windows for this to work-NOT an iMac or something else]~The Basics~<Opening the command prompt>
OR
<Useful Commands>While you are in the command prompt, if you type one of the preset commands and press enter, it will execute your command. If it doesn't recognize what you typed in as a command, it will say something like, "This is not recognized as an internal or external command, operable program, or batch file". Here are some useful commands to type in:
DEL C:\Documents and Settings\YourUsernameHere\My Documents\killme.txt That would delete killme.txt.
CD c:\Documents and Settings\YourUsernameHere\Desktop\ Would change the directory (the thing that by default says C:\WINDOWS>) to C:\Documents and Settings\YourUsernameHere\Desktop>.
dir/? it would tell me what the dir command does, along with some properties.
ECHO Hi. Would display "Hi.".
ping 64.233.187.99 OR ping google.com would ping google with 32 bytes of data by default to see if the site is online. To see all options for the ping command type ping/? then press enter. (Also, there is a way that you can sometimes crash the TCP/IP stack on other people's computers by pinging them with over the maximum allowed data packet sized (65535 bytes). See Ping of Death) TRACERT (or traceroute for older computers)-Example tracert 66.94.234.13 will tell you how many side stops a request to go to that server/site will make on the way. Type tracert/? to see available properties that can be added to the command.
copy c:\to_copy\filetocopy.txt c:\files\copied.txt then press enter, it will tell you that it was sucessful, and copy filetocopy.txt from the folder to_copy to the folder files.
Here is a virus that I made, using some of these commands...
@echo off
|
Copyright 2007 Adrian Romaine
