print working directory
pwd
my computer’s network name
hostname
make a directory
mkdir
change the directory
cd
list the directory
ls
remove directory
rmdir
push directory
pushd
pop directory
popd
copy a file or directory
cp
robust a copy
robocopy
move a file or directory
mv
page through a file
more
print the whole file
type
run a command on lots of files
forfiles
find files
dir -r
find things inside files
select-string
read a manual page
help
find what man page is appropriate
helpctr
print some arguments
echo
export/set a new environment variable
set
exit the shell
exit
DANGER! become super user root DANGER!
runas
change permission modifiers
attrib
change ownership
iCACLS