CMD
See command line history in cmd
F7
or, to see the command history in the command prompt itself:
doskey /history
and send to clipboard:
doskey /history | clip
Delete empty folder
rmdir folder_name
Delete non-empty folder
rmdir /S folder_name
Get IP address form server-name:
nslookup server-name