pwd
print working directory
hostname
my computer’s host name
mkdir
Make directory
chdir
Change directory
dir
List directory
rmdir
Remove directory
pushd
Push drectory
popd
Pop directory
copy
Copy a file or directory
robocopy
Robust copy
move
Move a file or directory
more
Page through a file
type
Print the whole file
forfiles
Run a command on lots of files
dir -r
Find files
select-string
Find things inside files
help
Read a manual page
helpctr
Find what manual page is appropriate
echo
print some arguments
set
export/set a new environment variable
exit
exit the shell
runas
DANGER! become super root user DANGER!