- PING
If you need to check your connection to something, this is the basic check. You can either ping a name or an IP address.ping www.sitename.com
orping 127.0.0.1
are both valid. If you ping a name, you can also see what IP address that name resolves to. - TRACERT
This will trace the route to another computer. Again, you can use a name or an IP address.tracert www.sitename.com - SHUTDOWN
This one will shut the computer down. (Pretty obvious, hey!) Really handy to put at the end of a batch file that does a backup or something similar. Heaps of switches, so typeshutdown /?to display all the options available. - IPCONFIG
Displays the IP address of your computer, plus the address of your gateway (eg your ADSL modem or the computer that's actually connected to the internet). - XCOPY
Great for quick and easy batch backups. Checkxcopy /?for all options available.
That's 5 that I use a fair bit - got any others?
If you're really bored, here's Microsoft's A-Z Reference.
No comments:
Post a Comment