Windows Commands
Useful Commands
List filenames in directory
dir /b /a-dList directory tree
# To display the names of all the subdirectories on the disk in your current drive, type:
tree \
# To display, one screen at a time, the files in all the directories on drive C, type:
tree c:\ /f | more
# To print a list of all the directories on drive C, type:
tree c:\ /f prnCommand History
doskey /historyIP Configuration
IP Configuration utility to remove the DNS cache
NETSTAT: Network Statistics
PING: Send Test Packets
TRACERT: Trace Route
TELNET
NSLOOKUP
SYSTEMINFO: System Information
EXECUTE COMMAND WITH INPUT
Reference
Last updated