dir | list out files |
cd | show current working directory |
cd [path] | change to [path] directory |
cls | clear screen |
copy [old] [new] | copies the old file to new |
del [file] | deletes the file |
move [old] [new] | moves the old file to new |
tree | shows the tree of the current directory |
md | creates new directory |
mkdir | creates new directory |
rmdir [dir] | deletes directory dir |
help | lists help information |
type [file] | outputs file contents to screen |
date /t | outputs date to screen |
time /t | outputs time to screen |
netstat | gives us network connection information |
netstat -an | -a: all connections -n: IP addresses |
netstat -rn | -r: routing information |
ipconfig /all | gives us network information |
Wednesday, December 3, 2008
Windows DOS Commands
In the last two classes we have been playing around with command line on windows. We learned a few useful commands:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment